Changeset 8d9984 for molecuilder/src/builder.cpp
- Timestamp:
- Mar 25, 2010, 12:01:27 PM (16 years ago)
- Children:
- c3294f, fe3540
- Parents:
- 521e29
- git-author:
- Tillmann Crueger <crueger@…> (03/25/10 11:59:56)
- git-committer:
- Tillmann Crueger <crueger@…> (03/25/10 12:01:27)
- File:
-
- 1 edited
-
molecuilder/src/builder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
r521e29 r8d9984 74 74 #include "Menu/ActionMenuItem.hpp" 75 75 #include "Actions/ActionRegistry.hpp" 76 #include "Actions/ActionHistory.hpp" 76 77 #include "Actions/MethodAction.hpp" 77 78 #include "Actions/small_actions.hpp" … … 2192 2193 2193 2194 setVerbosity(0); 2195 // need to init the history before any action is created 2196 ActionHistory::init(); 2194 2197 /* structure of ParseCommandLineOptions will be refactored later */ 2195 2198 j = ParseCommandLineOptions(argc, argv, World::getInstance().getMolecules(), World::getInstance().getPeriode(), *configuration, ConfigFileName);
Note:
See TracChangeset
for help on using the changeset viewer.
