aboutsummaryrefslogtreecommitdiff
path: root/src/mosflm.h
diff options
context:
space:
mode:
authorRichard Kirian <rkirian@asu.edu>2010-12-09 17:38:56 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:09 +0100
commitc19fc76592d457991f38e5e34539772501a05fb6 (patch)
tree78db6b7060b7a557c98c804806193809a2b05e41 /src/mosflm.h
parent9e70c834460f622bce015a01e795024a2d15e247 (diff)
mosflm almost functional
Diffstat (limited to 'src/mosflm.h')
-rw-r--r--src/mosflm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mosflm.h b/src/mosflm.h
index 8d09d8d5..53939902 100644
--- a/src/mosflm.h
+++ b/src/mosflm.h
@@ -22,7 +22,7 @@
#include "utils.h"
-extern void run_mosflm(struct image *image);
+extern void run_mosflm(struct image *image, UnitCell *cell);
#endif /* MOSFLM_H */