Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 294ae14d authored by David Parsons's avatar David Parsons
Browse files

remove transitional fn Individual_7::compute_non_coding

parent aba9cb33
No related branches found
No related tags found
No related merge requests found
......@@ -124,10 +124,6 @@ class Individual_7 {
void reset_promoter_lists() { annotated_chromosome_[std::to_underlying(Chrsm::A)]->reset_promoter_lists(); };
auto compute_non_coding() const {
return annotated_chromosome_[std::to_underlying(Chrsm::A)]->compute_non_coding();
}
protected:
std::unique_ptr<AbstractFuzzy> phenotype_ = nullptr;
double fitness_;
......
......@@ -51,7 +51,7 @@ inline auto NonCodingStatsData::header() {
}
inline auto NonCodingStatsData::collect_data(const Individual_7& indiv) {
return indiv.compute_non_coding();
return indiv.annotated_chromosome()->compute_non_coding();
}
} // namespace aevol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment