diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/partial_sim.c | 1 | ||||
-rw-r--r-- | src/pattern_sim.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index e9baabcc..8d885901 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -493,7 +493,6 @@ int main(int argc, char *argv[]) image.div = beam->divergence; image.bw = beam->bandwidth; image.profile_radius = 0.003e9; - image.i0_available = 0; image.filename = malloc(256); image.copyme = NULL; diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 56ac25a9..634399c2 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -555,8 +555,6 @@ int main(int argc, char *argv[]) image.filename = NULL; image.features = NULL; image.flags = NULL; - image.i0 = 1.0; - image.i0_available = 1; powder = calloc(image.width*image.height, sizeof(*powder)); |