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