aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-22 18:13:33 +0100
committerThomas White <taw@physics.org>2013-02-22 18:13:33 +0100
commitcbd4ddc97f705b372f3b69f78ba2216d9cdc2d08 (patch)
tree2969273c80d9f14fa5191c48754b0466444e4a28
parent1094e0eeccd8fd68f7a58baea8e03743f89b5edb (diff)
Fussiness
-rw-r--r--libcrystfel/src/xds.c2
-rw-r--r--src/im-sandbox.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/xds.c b/libcrystfel/src/xds.c
index 5d8fc334..08181bb7 100644
--- a/libcrystfel/src/xds.c
+++ b/libcrystfel/src/xds.c
@@ -472,7 +472,7 @@ static int write_inp(struct image *image, struct xds_private *xp)
fprintf(fh, "DETECTOR_DISTANCE= 99.00\n"); //IMPORTANT
fprintf(fh, "OSCILLATION_RANGE= 0.001\n");
fprintf(fh, "X-RAY_WAVELENGTH= %.6f\n", image->lambda*1e10);
- fprintf(fh, "NAME_TEMPLATE_OF_DATA_FRAMES=/home/ins_ssad_1_???.img \n");
+ fprintf(fh, "NAME_TEMPLATE_OF_DATA_FRAMES=???.img \n");
fprintf(fh, "DATA_RANGE=1 1\n");
fprintf(fh, "SPOT_RANGE=1 1\n");
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index f969e42f..03c553b7 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -885,7 +885,6 @@ void create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
for ( i=0; i<n_proc; i++ ) {
if ( sb->running[i] ) allDone = 0;
}
-
unlock_sandbox(sb);
}