Changeset 564f17 for src/Actions/PotentialAction/ParseHomologiesAction.cpp
- Timestamp:
- Apr 28, 2021, 10:02:49 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 5aa337
- Parents:
- e0e77e
- git-author:
- Frederik Heber <frederik.heber@…> (04/18/21 12:23:17)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/28/21 22:02:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/PotentialAction/ParseHomologiesAction.cpp
re0e77e r564f17 87 87 std::max_element(range.first, range.second, HomologyContainer::compareEnergyContribution); 88 88 LOG(3, "DEBUG: Energy contributions range from " 89 << lowest_contribution_graph->second. energy<< " Ht to "90 << highest_contribution_graph->second. energy<< " Ht.");89 << lowest_contribution_graph->second.contribution << " Ht to " 90 << highest_contribution_graph->second.contribution << " Ht."); 91 91 olditer = iter; 92 92 }
Note:
See TracChangeset
for help on using the changeset viewer.
