Skip to content

Commit

Permalink
removed unecesarry comments
Browse files Browse the repository at this point in the history
  • Loading branch information
simeon-ned authored and jcarpent committed Jul 17, 2024
1 parent f5b63e6 commit 4e34f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/spatial/expose-inertia.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//
// Copyright (c) 2015-2021 CNRS INRIA
//

Expand All @@ -16,7 +17,6 @@ namespace pinocchio

void exposeInertia()
{
// Expose Inertia class
InertiaPythonVisitor<context::Inertia>::expose();
StdAlignedVectorPythonVisitor<context::Inertia>::expose("StdVec_Inertia");
#ifndef PINOCCHIO_PYTHON_NO_SERIALIZATION
Expand Down

0 comments on commit 4e34f7f

Please sign in to comment.