From 4f3cc1d9d9732b413009bafb30941809102492fb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 Feb 2012 14:05:30 +0100 Subject: Remove I0 stuff Nothing used it, and it can't really be useful for anything. Use 'osf' instead. --- src/partial_sim.c | 1 - src/pattern_sim.c | 2 -- 2 files changed, 3 deletions(-) (limited to 'src') 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)); -- cgit v1.2.3