Skip to content

Commit 9a7d56d

Browse files
Update pyEXP/BasisWrappers.cc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 188517e commit 9a7d56d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyEXP/BasisWrappers.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ void BasisFactoryClasses(py::module &m)
298298
}
299299

300300

301-
virtual void initFromArray
302-
(Eigen::Vector3d ctr, RowMatrix3d rot) {
301+
void initFromArray
302+
(Eigen::Vector3d ctr, RowMatrix3d rot) override {
303303
PYBIND11_OVERRIDE_PURE(void, Basis, initFromArray, ctr, rot);
304304
}
305305

0 commit comments

Comments
 (0)