msg-byu / enumlib

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

Restructured the repo to move files that weren't necessary for compilation of enum.x to aux_src to clean up repo's appearance and for ease of unit testing. #11

Closed wsmorgan closed 8 years ago

wsmorgan commented 9 years ago

This update is to restructure the repo a little by moving the extra files out of the src folder and into the aux_src folder. Some additional changes were made such as updating the Makefile for the change, moving some types from tree_class.f90 to enumeration_types.f90, and adding additional README files to the repo for some of the subdirectories.