aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-03-27 13:12:51 +0100
committerThomas White <taw@bitwiz.org.uk>2010-03-27 13:12:51 +0100
commitbdd2a7b4a8a5456a023d54be6fd5d6a011314c7e (patch)
tree3d13a13a57e724ed94505b3b919d40e18c095cc6 /src/reflections.h
parenta6e064b18ed513d341d8793acbc485d7bc291827 (diff)
Allow molecule_factor() to tell when it doesn't know the intensity
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h
index 14209c34..8c513a64 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -23,7 +23,7 @@
extern void write_reflections(const char *filename, unsigned int *counts,
double *ref, int zone_axis, UnitCell *cell);
-extern double *read_reflections(const char *filename);
+extern double *read_reflections(const char *filename, unsigned int *counts);
extern double *ideal_intensities(double complex *sfac);