diff options
author | Thomas White <taw@physics.org> | 2014-11-14 16:00:53 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-11-14 16:01:41 +0100 |
commit | d5fab594831e7884eb2dcf395995ec6d12a9cbfd (patch) | |
tree | dad013b92f3c5a55c5c8d9cbe50133dda15bdcbf /src/pattern_sim.c | |
parent | 35702bb6c290c271bf097130cdd698b99731186c (diff) |
Revert update of old deprecated reflection list format
Since nothing writes in this modified format (including fs, ss and pn), it
makes no sense to be able to read it.
This commit reverts a small part of c194bf77.
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r-- | src/pattern_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 5a0a6797..d7d9840d 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -586,7 +586,7 @@ int main(int argc, char *argv[]) RefList *reflections; - reflections = read_reflections2(intfile, image.det); + reflections = read_reflections(intfile); if ( reflections == NULL ) { ERROR("Problem reading input file %s\n", intfile); return 1; |