- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/SaveAdjacencyAction.cpp
r1fd675 re4afb4 51 51 World::getInstance().getConfig()->BG->ConstructBondGraph(mol); 52 52 // 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()); 54 54 } 55 55 return Action::success; … … 77 77 return false; 78 78 } 79 80 const string MoleculeSaveAdjacencyAction::getName() {81 return NAME;82 }83 79 /** =========== end of function ====================== */
Note:
See TracChangeset
for help on using the changeset viewer.