Skip to content

Commit

Permalink
Merge pull request #24 from SSAGESLabs/api-typo
Browse files Browse the repository at this point in the history
Correct `moments_of_inertia` typo
  • Loading branch information
pabloferz authored Oct 3, 2024
2 parents e90de42 + a3325bb commit a1f0586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hoomd_dlext.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ PYBIND11_MODULE(_api, m)
m.def("velocities_masses", &PyEncapsulator<VelocitiesMasses>::wrap);
m.def("orientations", &PyEncapsulator<Orientations>::wrap);
m.def("angular_momenta", &PyEncapsulator<AngularMomenta>::wrap);
m.def("moments_of_intertia", &PyEncapsulator<MomentsOfInertia>::wrap);
m.def("moments_of_inertia", &PyEncapsulator<MomentsOfInertia>::wrap);
m.def("charges", &PyEncapsulator<Charges>::wrap);
m.def("diameters", &PyEncapsulator<Diameters>::wrap);
m.def("images", &PyEncapsulator<Images>::wrap);
Expand Down

0 comments on commit a1f0586

Please sign in to comment.