aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r--src/pattern_sim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index e389385d..340acd8b 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -223,7 +223,6 @@ int main(int argc, char *argv[])
/* Define image parameters */
image.width = 1024;
image.height = 1024;
- image.fmode = FORMULATION_CLEN;
image.lambda = ph_en_to_lambda(eV_to_J(2.0e3)); /* Wavelength */
image.molecule = load_molecule();