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/compare_hkl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compare_hkl.c') diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 68920a55..50ca6282 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -98,12 +98,12 @@ int main(int argc, char *argv[]) } cell = load_cell_from_pdb("molecule.pdb"); - ref1 = read_reflections(afile); + ref1 = read_reflections(afile, NULL); if ( ref1 == NULL ) { ERROR("Couldn't open file '%s'\n", afile); return 1; } - ref2 = read_reflections(bfile); + ref2 = read_reflections(bfile, NULL); if ( ref2 == NULL ) { ERROR("Couldn't open file '%s'\n", bfile); return 1; -- cgit v1.2.3