diff options
author | Thomas White <taw@physics.org> | 2012-02-24 14:05:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-24 14:05:30 +0100 |
commit | 4f3cc1d9d9732b413009bafb30941809102492fb (patch) | |
tree | f207ead0670692fbcd3d8ee571d128f73c30a30b /src | |
parent | 77aa89c814cc73dca0dd977910c959bdc8ae0e78 (diff) |
Remove I0 stuff
Nothing used it, and it can't really be useful for anything. Use 'osf' instead.
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)); |