Skip to content
Snippets Groups Projects
  • Studer Gabriel's avatar
    38ae5213
    Check for number of atoms in CalculateRMSD · 38ae5213
    Studer Gabriel authored
    This function assumes the user knows what he's doing, this is also clearly
    stated in the documentation:
    "RMSD of atom positions (taken blindly in the order in
    which the atoms appear) in the two given views."
    This check at least avoids a segfault when the number of atoms does not
    match. The result would be completely wrong anyway...
    38ae5213
    History
    Check for number of atoms in CalculateRMSD
    Studer Gabriel authored
    This function assumes the user knows what he's doing, this is also clearly
    stated in the documentation:
    "RMSD of atom positions (taken blindly in the order in
    which the atoms appear) in the two given views."
    This check at least avoids a segfault when the number of atoms does not
    match. The result would be completely wrong anyway...