mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Run clang-format against cpp (#4358)
This commit is contained in:
@@ -350,5 +350,5 @@ double AlignPoints(const RDGeom::Point3DConstPtrVect &refPoints,
|
||||
trans.SetTranslation(move);
|
||||
return ssr;
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace Alignments
|
||||
} // namespace RDNumeric
|
||||
|
||||
@@ -160,8 +160,8 @@ PyObject *AlignPointPairs(python::object refPoints, python::object probePoints,
|
||||
PyTuple_SetItem(resTup, 1, PyArray_Return(res));
|
||||
return resTup;
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace Alignments
|
||||
} // namespace RDNumeric
|
||||
|
||||
BOOST_PYTHON_MODULE(rdAlignment) {
|
||||
rdkit_import_array();
|
||||
|
||||
@@ -99,5 +99,5 @@ bool powerEigenSolver(unsigned int numEig, DoubleSymmMatrix &mat,
|
||||
}
|
||||
return converged;
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace EigenSolvers
|
||||
} // namespace RDNumeric
|
||||
|
||||
Reference in New Issue
Block a user