Skip to content
Snippets Groups Projects
Commit 584b735d authored by Studer Gabriel's avatar Studer Gabriel
Browse files

cosmetics

parent db964dac
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,6 @@ void FilllDDTValues(const std::vector<Real>& dist_diff,
local_lddt[i] = static_cast<Real>(counts[i]) / total_counts[i];
}
}
}
......
......@@ -149,10 +149,6 @@ public:
uint GetNumResidues() const { return num_residues_; }
uint GetNumStructures() const { return num_structures_; }
void Add(uint i_res, uint i_str, Real val) {
values_[GetIndex(i_res, i_str)] += val;
}
void ExportDat(const String& file_name);
void ExportCsv(const String& file_name);
void ExportJson(const String& file_name);
......@@ -170,9 +166,6 @@ private:
std::vector<Real> values_;
};
/// \returns Variance measure for each entry in dmap.
/// \param dmap Distance map as created with CreateDistanceMap.
/// \param sigma Used for weighting of variance measure
......
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