Esempio n. 1
0
real constr_rmsd(struct gmx_constr *constr,bool bSD2)
{
  if (constr->lincsd)
    return lincs_rmsd(constr->lincsd,bSD2);
  else
    return 0;
}
Esempio n. 2
0
real constr_rmsd(struct gmx_constr *constr, gmx_bool bSD2)
{
    if (constr->lincsd)
    {
        return lincs_rmsd(constr->lincsd, bSD2);
    }
    else
    {
        return 0;
    }
}