diff options
author | Thomas White <taw@physics.org> | 2012-11-28 17:41:46 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-11-29 12:01:34 +0100 |
commit | fcba20a4c51793701c5946cca8fc264aa2e72450 (patch) | |
tree | fb87187f6b6686c7b2d2506f4d819376b7b0f250 /src/im-sandbox.h | |
parent | f322397ceee6a12518c193fafd73487b7b19b875 (diff) |
indexamajig: Add --use-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 9f23f88b..50dc599b 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -67,6 +67,7 @@ struct index_args double ir_out; struct copy_hdf5_field *copyme; int integrate_saturated; + int use_saturated; }; |