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
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ typedef std::pair<UniqueAtomIdentifier,UniqueAtomIdentifier> UAtomIdentifiers; ...@@ -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 /// Container for all the interatomic distances that are checked in a Local Distance Difference Test
/// and are originating from a single specific residue /// 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. /// \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