diff options
author | Thomas White <taw@physics.org> | 2015-06-17 14:03:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-06-17 14:10:45 +0200 |
commit | 14d8651e663538be7445e74cef9206ce9ab4cf36 (patch) | |
tree | c3c49e07d2800d028af684adcade95b52ec629de /src/indexamajig.c | |
parent | 031a4d37cf355fd72a991dbd1167c8e492011730 (diff) |
Use a POSIX semaphore for synchronising terminal access during indexing
Nice side-effect: indexamajig -j and --int-diag can now be used together
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index eb619a87..c7e4a270 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -695,11 +695,6 @@ int main(int argc, char *argv[]) free(int_diag); - if ( (n_proc > 1) && (iargs.int_diag != INTDIAG_NONE) ) { - n_proc = 1; - STATUS("Ignored \"-j\" because you used --int-diag.\n"); - } - } st = open_stream_for_write_2(outfile, geom_filename, argc, argv); |