diff options
author | Thomas White <taw@physics.org> | 2011-06-28 17:15:48 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:30 +0100 |
commit | 39b482b6203bee5a5edf019a89db196d8cfd4bff (patch) | |
tree | 426c9f4b528ea2f3ed5367836fca7cb8262c557f /src/partial_sim.c | |
parent | a5863fa441b925150e16d407a4b5a3bd1ce5177b (diff) |
Use dummy filename so that check-near-bragg can work
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index 35572bd0..dd449caa 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -286,7 +286,7 @@ int main(int argc, char *argv[]) orientation = random_quaternion(); image.indexed_cell = cell_rotate(cell, orientation); - snprintf(image.filename, 255, "(simulated %i)", i); + snprintf(image.filename, 255, "dummy.h5"); image.reflections = find_intersections(&image, image.indexed_cell); calculate_partials(image.reflections, osf, full, sym); |