From bdd2a7b4a8a5456a023d54be6fd5d6a011314c7e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 27 Mar 2010 13:12:51 +0100 Subject: Allow molecule_factor() to tell when it doesn't know the intensity --- src/process_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/process_hkl.c') 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; -- cgit v1.2.3