forked from msg-byu/enumlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request msg-byu#97 from glwhart/master
Update enumlib to latest copy of symlib
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule symlib
updated
12 files
+1 −0 | .gitignore | |
+13 −0 | HISTORY.md | |
+24 −11 | src/Makefile | |
+1 −2 | src/combinatorics.f90 | |
+10 −8 | src/compare_structures.f90 | |
+19 −20 | src/numerical_utilities.f90 | |
+46 −43 | src/rational_mathematics.f90 | |
+2 −2 | src/rational_mathematics.xml | |
+89 −0 | src/spacegroup.f90 | |
+5 −6 | src/symmetry.f90 | |
+7 −5 | src/vector_matrix_utilities.f90 | |
+4 −0 | tests/rational_mathematics/SmithNormalForm_H.in.21 |