aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-23 12:55:12 +0200
committerThomas White <taw@physics.org>2021-07-23 12:55:12 +0200
commit9d2f3025d39968309a018153b2892e30ebf331d3 (patch)
tree939a7b91d3a1155115ff09cb68382f7d6475af7e
parent9ef1b4e9ce312231819f02fe477cc0054a926077 (diff)
pattern_sim: Remove duplicate assignment
-rw-r--r--src/pattern_sim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index aa1a4f9e..891d39a7 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -897,7 +897,6 @@ int main(int argc, char *argv[])
phases = NULL;
}
intensities = intensities_from_list(reflections, sym);
- phases = phases_from_list(reflections);
flags = flags_from_list(reflections);
/* Check that the intensities have the correct symmetry */