Changeset 56c55f3 for src/Fragmentation
- 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)
- Location:
- src/Fragmentation
- Files:
-
- 2 edited
-
Fragmentation.cpp (modified) (2 diffs)
-
Fragmentation.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Fragmentation.cpp
r6e5ca9 r56c55f3 118 118 int Order, 119 119 const std::string &prefix, 120 const Graph &ParsedFragmentList) 120 const Graph &ParsedFragmentList, 121 const bool _ParseStateFile) 121 122 { 122 123 std::fstream File; … … 178 179 179 180 // ===== 4. check globally whether there's something to do actually (first adaptivity check) 180 FragmentationToDo = FragmentationToDo && ParseOrderAtSiteFromFile(atomids, prefix, Global_local_bimap); 181 if (_ParseStateFile) 182 FragmentationToDo = FragmentationToDo && ParseOrderAtSiteFromFile(atomids, prefix, Global_local_bimap); 181 183 182 184 // =================================== Begin of FRAGMENTATION =============================== -
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.
