diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-03-10 11:54:37 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-03-10 11:54:37 +0100 |
commit | 48e14bee0fb56d9a5b4f462105be7dc27cd79347 (patch) | |
tree | 1a0f248a9550ebd7a19dc8bab978532e1c641d1d | |
parent | 1601fc3597a153a0cb5f868321697ebed7cf0b99 (diff) |
Set default number of iterations to 6
-rw-r--r-- | src/ambigator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ambigator.c b/src/ambigator.c index a7aedd39..851c2d02 100644 --- a/src/ambigator.c +++ b/src/ambigator.c @@ -619,7 +619,7 @@ int main(int argc, char *argv[]) char *w_sym_str = NULL; SymOpList *w_sym; SymOpList *amb; - int n_iter = 1; + int n_iter = 6; int n_crystals, n_chunks, max_crystals; int n_dif; struct flist **crystals; |