Skip to content
Snippets Groups Projects
Commit bcbf9fde authored by Marco Biasini's avatar Marco Biasini
Browse files

replace use of float with Real

parent 095c3681
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ typedef std::pair<UniqueAtomIdentifier,UniqueAtomIdentifier> UAtomIdentifiers;
///
/// Container for all the interatomic distances that are checked in a Local Distance Difference Test
/// and are originating from a single specific residue
typedef std::map<std::pair<UniqueAtomIdentifier,UniqueAtomIdentifier>,std::pair<float,float> > ResidueRDMap;
typedef std::map<std::pair<UniqueAtomIdentifier,UniqueAtomIdentifier>,std::pair<Real,Real> > ResidueRDMap;
/// \brief Global distance list.
///
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment