Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionRegistry.cpp

    r0aa122 r2aad5a  
    3434using namespace MoleCuilder;
    3535
     36// static entities
     37bool ActionRegistry::completely_instatiated = false;
     38
    3639/** Constructor for class ActionRegistry.
    3740 */
     
    4043  //std::cout << "ActionRegistry::ActionRegistry() called, instance is " << this << "." << std::endl;
    4144  fillRegistry();
     45  completely_instatiated = true;
    4246}
    4347
Note: See TracChangeset for help on using the changeset viewer.