Changeset 56c55f3 for src/Fragmentation/Fragmentation.hpp
- Timestamp:
- Aug 31, 2016, 10:54:47 AM (9 years ago)
- Branches:
- FragmentMolecule_checks_bonddegrees, Gui_Fixes
- Children:
- e3d0fe
- Parents:
- 6e5ca9
- git-author:
- Frederik Heber <heber@…> (08/31/16 10:45:35)
- git-committer:
- Frederik Heber <heber@…> (08/31/16 10:54:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Fragmentation.hpp
r6e5ca9 r56c55f3 46 46 ~Fragmentation(); 47 47 48 int FragmentMolecule(const std::vector<atomId_t> &atomids, int Order, const std::string &prefix, const Graph &ParsedFragmentList );48 int FragmentMolecule(const std::vector<atomId_t> &atomids, int Order, const std::string &prefix, const Graph &ParsedFragmentList, const bool _ParseStateFile); 49 49 50 50 const Graph& getGraph() const {
Note:
See TracChangeset
for help on using the changeset viewer.