Skip to content

Commit 81b145e

Browse files
committed
python: hpp::fcl:: -> coal::
1 parent 116dfb9 commit 81b145e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/pinocchio/bindings/python/collision/broadphase-manager.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2022 INRIA
2+
// Copyright (c) 2022-2024 INRIA
33
//
44

55
#ifndef __pinocchio_python_collision_broadphase_manager_hpp__
@@ -62,10 +62,10 @@ namespace pinocchio
6262
static void expose()
6363
{
6464
std::string derived_name = boost::typeindex::type_id<Derived>().pretty_name();
65-
boost::algorithm::replace_all(derived_name, "hpp::fcl::", "");
65+
boost::algorithm::replace_all(derived_name, "coal::", "");
6666
const std::string class_name = "BroadPhaseManager_" + derived_name;
6767

68-
const std::string class_doc = "Broad phase manager associated to hpp::fcl::" + derived_name;
68+
const std::string class_doc = "Broad phase manager associated to coal::" + derived_name;
6969
bp::class_<Self> registered_class(class_name.c_str(), class_doc.c_str(), bp::no_init);
7070
registered_class.def(BroadPhaseManagerPythonVisitor());
7171

include/pinocchio/bindings/python/collision/tree-broadphase-manager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2022 INRIA
2+
// Copyright (c) 2022-2024 INRIA
33
//
44

55
#ifndef __pinocchio_python_collision_tree_broadphase_manager_hpp__

0 commit comments

Comments
 (0)