-
Notifications
You must be signed in to change notification settings - Fork 7
Reorganize parameters classes #58
Copy link
Copy link
Open
Labels
enhancementPrimarily code enhancements or other minor improvements that do not affect the main functionality.Primarily code enhancements or other minor improvements that do not affect the main functionality.
Metadata
Metadata
Assignees
Labels
enhancementPrimarily code enhancements or other minor improvements that do not affect the main functionality.Primarily code enhancements or other minor improvements that do not affect the main functionality.
Parameters_Simulation and Parameters_Lattice could be reorganized a separate Parameters classes nested within the Simulation and Lattice classes respectively. Also, since the Simulation class contains a Lattice member variable, Simulation::Parameters could inherit from Lattice::Parameters to create a single derived class with all of the required parameters.