diff options
author | Thomas White <taw@physics.org> | 2015-11-27 13:05:33 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-11-27 13:18:29 +0100 |
commit | 6fc80febf119f9f3183c918f3137a396cbe06e40 (patch) | |
tree | 9b0aa1c9eb5ad43aba38d8513efe5d4daf6b61c2 /src | |
parent | e81e335daf509166fc234c8835203a80d5b21e0d (diff) |
indexamajig: Write target unit cell into stream
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 94ce6a42..a726c1b2 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -724,7 +724,8 @@ int main(int argc, char *argv[]) } /* Open output stream */ - st = open_stream_for_write_2(outfile, geom_filename, argc, argv); + st = open_stream_for_write_3(outfile, geom_filename, iargs.cell, + argc, argv); if ( st == NULL ) { ERROR("Failed to open stream '%s'\n", outfile); return 1; |