Skip to content
Snippets Groups Projects
Commit 903c0acb authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix refractive index output format

parent b92f73ef
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,7 @@ void sphere(string config_file, string data_file, string output_path) { ...@@ -317,7 +317,7 @@ void sphere(string config_file, string data_file, string output_path) {
} else { } else {
fprintf( fprintf(
output, output,
" SIZE=%15.7lE, REFRACTIVE INDEX=(%15.7lE,%15.7lE)\n", " SIZE=%15.7lE, REFRACTIVE INDEX=%15.7lE%15.7lE\n",
c2->vsz[i170], c2->vsz[i170],
c2->vkt[i170].real(), c2->vkt[i170].real(),
c2->vkt[i170].imag() c2->vkt[i170].imag()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment