Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionRegistry.cpp

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