diff options
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r-- | src/render_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c index 160d08dd..c4555242 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -99,7 +99,7 @@ int main(int argc, char *argv[]) cell = load_cell_from_pdb("molecule.pdb"); c1 = new_list_count(); - ref1 = read_reflections(infile, c1); + ref1 = read_reflections(infile, c1, NULL); if ( ref1 == NULL ) { ERROR("Couldn't open file '%s'\n", infile); return 1; |