Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/SubgraphDissectionAction.cpp

    r112b09 r6866aa  
    66 */
    77
    8 #include "Helpers/MemDebug.hpp"
    9 
    108#include "Actions/FragmentationAction/SubgraphDissectionAction.hpp"
    11 #include "CommandLineParser.hpp"
    129#include "atom.hpp"
    1310#include "config.hpp"
     
    2724#include "Actions/MapOfActions.hpp"
    2825
    29 const char FragmentationSubgraphDissectionAction::NAME[] = "subspace-dissect";
     26const char FragmentationSubgraphDissectionAction::NAME[] = "subgraph-dissect";
    3027
    3128FragmentationSubgraphDissectionAction::FragmentationSubgraphDissectionAction() :
     
    4239
    4340  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());
    4445    delete dialog;
    4546    return Action::success;
Note: See TracChangeset for help on using the changeset viewer.