msg-byu / enumlib

Derivative structure enumeration library
MIT License
59 stars 34 forks source link

Fixed a minor output format issue and updated files for the global unit tests. #17

Closed wsmorgan closed 8 years ago

wsmorgan commented 8 years ago

Altered derivative_structure_generator.f90 so that it no longer writes the HNFs to screen when doing a fixed concentration enumeration. Also changed the length of the formatstring so that enumerations with more than 5 elements are possible.

Made changes to the xml files for global unit tests and uploaded the needed files. The global unit tests are now 100% operational for enumlib.

wsmorgan commented 8 years ago

I just noticed some changes that I forgot to mention in the commit history to derivative_structure_generator.f90. They are all to bring the code into best practices standards and to make it easier for fortpy to perform the unit tests. They should all be fairly self explanatory.