- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/SubgraphDissectionAction.cpp
r6866aa r112b09 6 6 */ 7 7 8 #include "Helpers/MemDebug.hpp" 9 8 10 #include "Actions/FragmentationAction/SubgraphDissectionAction.hpp" 11 #include "CommandLineParser.hpp" 9 12 #include "atom.hpp" 10 13 #include "config.hpp" … … 24 27 #include "Actions/MapOfActions.hpp" 25 28 26 const char FragmentationSubgraphDissectionAction::NAME[] = "sub graph-dissect";29 const char FragmentationSubgraphDissectionAction::NAME[] = "subspace-dissect"; 27 30 28 31 FragmentationSubgraphDissectionAction::FragmentationSubgraphDissectionAction() : … … 39 42 40 43 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 afterwards43 MoleculeListClass *molecules = World::getInstance().getMolecules();44 molecules->DissectMoleculeIntoConnectedSubgraphs(World::getInstance().getPeriode(), World::getInstance().getConfig());45 44 delete dialog; 46 45 return Action::success;
Note:
See TracChangeset
for help on using the changeset viewer.