aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/partial_sim.c2
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);