Changes in src/Actions/ActionRegistry.cpp [0aa122:2aad5a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionRegistry.cpp
r0aa122 r2aad5a 34 34 using namespace MoleCuilder; 35 35 36 // static entities 37 bool ActionRegistry::completely_instatiated = false; 38 36 39 /** Constructor for class ActionRegistry. 37 40 */ … … 40 43 //std::cout << "ActionRegistry::ActionRegistry() called, instance is " << this << "." << std::endl; 41 44 fillRegistry(); 45 completely_instatiated = true; 42 46 } 43 47
Note:
See TracChangeset
for help on using the changeset viewer.