Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/SaveAdjacencyAction.cpp

    re4afb4 r1fd675  
    5151    World::getInstance().getConfig()->BG->ConstructBondGraph(mol);
    5252    // TODO: sollte stream nicht filename benutzen, besser fuer unit test
    53     mol->StoreAdjacencyToFile(params.adjacencyfile.leaf(), params.adjacencyfile.branch_path().string());
     53    mol->StoreAdjacencyToFile(params.adjacencyfile);
    5454  }
    5555  return Action::success;
     
    7777  return false;
    7878}
     79
     80const string MoleculeSaveAdjacencyAction::getName() {
     81  return NAME;
     82}
    7983/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.