Skip to content

Commit

Permalink
remove todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Dec 19, 2018
1 parent 0f453ef commit 93bc3e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ void Data::getAllValues(std::vector<double>& all_values, std::vector<size_t>& sa
}
}

// TODO: Better way without two versions?
void Data::getMinMaxValues(double& min, double&max, std::vector<size_t>& sampleIDs, size_t varID, size_t start, size_t end) const {
if (sampleIDs.size() > 0) {
min = get(sampleIDs[0], varID);
Expand Down

0 comments on commit 93bc3e4

Please sign in to comment.