aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pattern_sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index e2f80b02..56826ed9 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -327,7 +327,7 @@ int main(int argc, char *argv[])
}
if ( !(ndone % 10) ) {
- hdf5_write("results/integr-bw.h5", powder,
+ hdf5_write("results/integr.h5", powder,
image.width, image.height,
H5T_NATIVE_LLONG);
}