- 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/GraphAction/ChemicalSpaceEvaluatorAction.cpp
re0e77e r564f17 535 535 std::max_element(range.first, range.second, HomologyContainer::compareEnergyContribution); 536 536 LOG(2, "INFO: Fragment graph " << nodes_graph << " has energy contributions from " 537 << lowest_contribution_graph->second. energy<< " Ht till "538 << highest_contribution_graph->second. energy<< " Ht, picking lowest.");539 total_energy += lowest_contribution_graph->second. energy;537 << lowest_contribution_graph->second.contribution << " Ht till " 538 << highest_contribution_graph->second.contribution << " Ht, picking lowest."); 539 total_energy += lowest_contribution_graph->second.contribution; 540 540 } 541 541 }
Note:
See TracChangeset
for help on using the changeset viewer.
