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 /tests | |
parent | 77aa89c814cc73dca0dd977910c959bdc8ae0e78 (diff) |
Remove I0 stuff
Nothing used it, and it can't really be useful for anything. Use 'osf' instead.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pr_gradient_check.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c index 405fb234..75d0e7d3 100644 --- a/tests/pr_gradient_check.c +++ b/tests/pr_gradient_check.c @@ -296,7 +296,6 @@ int main(int argc, char *argv[]) image.bw = 0.01; image.m = 0.0; image.profile_radius = 0.005e9; - image.i0_available = 0; image.filename = malloc(256); cell = cell_new_from_parameters(10.0e-9, 10.0e-9, 10.0e-9, |