diff options
author | Thomas White <taw@physics.org> | 2013-02-09 17:32:27 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-09 17:32:27 -0800 |
commit | 463ab1b598c3ca8a120989f8a26c480a67b66268 (patch) | |
tree | 3d514c274a6fbcea2d70ed202d687b17a4a0c023 /src/im-sandbox.h | |
parent | ac00ba6fabcd5fa64b73d79b5a6b783e8763238f (diff) |
uncenter_cell: Free transformation if it's not needed by the caller
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 540312ed..80ffc0ad 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -71,6 +71,7 @@ struct index_args int integrate_found; int include_peaks; int include_reflections; + int res_cutoff; }; |