diff options
author | Thomas White <taw@physics.org> | 2018-09-10 15:29:18 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-09-10 15:29:18 +0200 |
commit | b89a8bb0780a623b85a82d356d2e82b09942b8a5 (patch) | |
tree | eb081f53ff920be6df7be49c97d0dc9da64fcdb8 /src/process_image.h | |
parent | 925610d93bbbdf590a58c5bb9fdae2af5a8fd30f (diff) |
Fussiness / formatting
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h index 14b2aae8..d4dcbf04 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -110,7 +110,7 @@ struct index_args int overpredict; int profile; /* Whether or not to do wall clock profiling */ struct taketwo_options taketwo_opts; - struct xgandalf_options xgandalf_opts; + struct xgandalf_options xgandalf_opts; struct felix_options felix_opts; struct spectrum *spectrum; }; |