Changes in src/Actions/ActionRegistry.cpp [066442:e5f61ba]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionRegistry.cpp
r066442 re5f61ba 91 91 MakroAction * presentAction = 92 92 dynamic_cast<MakroAction *>(getActionByName("subgraph-dissection")); 93 ASSERT( presentAction != NULL,94 "ActionRegistry::fillRegistry() - makro action has not been registered.");95 presentAction->unprepare(*this);96 }97 {98 MakroAction * presentAction =99 dynamic_cast<MakroAction *>(getActionByName("translate-molecules"));100 93 ASSERT( presentAction != NULL, 101 94 "ActionRegistry::fillRegistry() - makro action has not been registered."); … … 143 136 MakroAction * presentAction = 144 137 dynamic_cast<MakroAction *>(getActionByName("optimize-structure")); 145 ASSERT( presentAction != NULL,146 "ActionRegistry::fillRegistry() - makro action has not been registered.");147 presentAction->prepare(*this);148 }149 {150 MakroAction * presentAction =151 dynamic_cast<MakroAction *>(getActionByName("translate-molecules"));152 138 ASSERT( presentAction != NULL, 153 139 "ActionRegistry::fillRegistry() - makro action has not been registered.");
Note:
See TracChangeset
for help on using the changeset viewer.