Skip to content

Commit

Permalink
Merge branch 'update-Project.toml' of https://github.com/SimonEnsembl…
Browse files Browse the repository at this point in the history
…e/Xtals.jl into update-Project.toml
  • Loading branch information
eahenle committed Jun 28, 2024
2 parents eccb174 + 725263b commit d8e11a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crystal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function Crystal(

# Make sure the space group is P1
if line[1] == "_symmetry_space_group_name_H-M" ||
line[1] == "_space_group_name_Hall" ||
line[1] == "_space_group_name_Hall" ||
line[1] == "_space_group_name_H-M_alt"
# use anonymous function to combine all terms past the first
# to extract space group name
Expand Down

0 comments on commit d8e11a3

Please sign in to comment.