Changeset 56c55f3 for src/Fragmentation/Fragmentation.cpp
- 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.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 ===============================
Note:
See TracChangeset
for help on using the changeset viewer.