Closed wsmorgan closed 9 years ago
symmetry.f90
, the subroutine check_spaceGroup
was removed from the publics list, but that was not described in the commit message. Will be fixed (included again) before merger.check_spaceGroup
has purpose="testing_skip"
, perhaps for the same reason it was removed.subset_mask
, generate_next_subset
, initialize_subset_mask
, print_subset_mask
are also not declared as private anymore. Gus says they are deprecated.Code review done; it looks good.
Committing all unit tests for symlib with their updated and working .xml and .f90 files. Most *.f90 files were unchanged but a few had minor revisions to bring them better in line with fortran best practices. Some unit tests still don't run due to fortpy bugs, those are marked in the xml files with testing_bug.