diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-03-27 13:12:51 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-03-27 13:12:51 +0100 |
commit | bdd2a7b4a8a5456a023d54be6fd5d6a011314c7e (patch) | |
tree | 3d13a13a57e724ed94505b3b919d40e18c095cc6 /src/process_hkl.c | |
parent | a6e064b18ed513d341d8793acbc485d7bc291827 (diff) |
Allow molecule_factor() to tell when it doesn't know the intensity
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 7b1035bc..8bc76e5e 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -268,7 +268,7 @@ int main(int argc, char *argv[]) if ( intfile != NULL ) { STATUS("Comparing against '%s'\n", intfile); - trueref = read_reflections(intfile); + trueref = read_reflections(intfile, NULL); free(intfile); } else { trueref = NULL; |