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