diff options
author | Thomas White <taw@physics.org> | 2012-11-28 16:31:19 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-11-29 12:01:20 +0100 |
commit | 483e3d5883461f0572a181211b6aa306fd2bfdc0 (patch) | |
tree | 2ff96dfecc0e82aab5ad6dc231d37798cedc43dc /src/im-sandbox.h | |
parent | 1d7ab9644999e4ec44bd90fdd249515bf05770b3 (diff) |
indexamajig: Add --integrate-saturated
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 8ad9fd90..9f23f88b 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -66,6 +66,7 @@ struct index_args double ir_mid; double ir_out; struct copy_hdf5_field *copyme; + int integrate_saturated; }; |