You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
MikeHeiber
added
the
enhancement
Primarily code enhancements or other minor improvements that do not affect the main functionality.
label
Jan 10, 2019
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.
The text was updated successfully, but these errors were encountered: