Ignore:
Timestamp:
Apr 28, 2021, 10:02:49 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

Extended HomologyContainer::value_t by fragment energy.

  • renamed energy to contribution to notice all old usages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GraphAction/ChemicalSpaceEvaluatorAction.cpp

    re0e77e r564f17  
    535535            std::max_element(range.first, range.second, HomologyContainer::compareEnergyContribution);
    536536        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;
    540540      }
    541541    }
Note: See TracChangeset for help on using the changeset viewer.