- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/SubgraphDissectionAction.cpp
r112b09 r6866aa 6 6 */ 7 7 8 #include "Helpers/MemDebug.hpp"9 10 8 #include "Actions/FragmentationAction/SubgraphDissectionAction.hpp" 11 #include "CommandLineParser.hpp"12 9 #include "atom.hpp" 13 10 #include "config.hpp" … … 27 24 #include "Actions/MapOfActions.hpp" 28 25 29 const char FragmentationSubgraphDissectionAction::NAME[] = "sub space-dissect";26 const char FragmentationSubgraphDissectionAction::NAME[] = "subgraph-dissect"; 30 27 31 28 FragmentationSubgraphDissectionAction::FragmentationSubgraphDissectionAction() : … … 42 39 43 40 if(dialog->display()) { 41 DoLog(1) && (Log() << Verbose(1) << "Dissecting molecular system into a set of disconnected subgraphs ... " << endl); 42 // @TODO rather do the dissection afterwards 43 MoleculeListClass *molecules = World::getInstance().getMolecules(); 44 molecules->DissectMoleculeIntoConnectedSubgraphs(World::getInstance().getPeriode(), World::getInstance().getConfig()); 44 45 delete dialog; 45 46 return Action::success;
Note:
See TracChangeset
for help on using the changeset viewer.