Ignore:
File:
1 edited

Legend:

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

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