Skip to content

Commit 74a8b73

Browse files
committed
[SofaBaseTopology] Fix binding entry point (#103)
Signed-off-by: Jean-Nicolas Brunet <[email protected]>
1 parent ae814a4 commit 74a8b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/Modules/src/SofaPython3/SofaBaseTopology/Module_SofaBaseTopology.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace py { using namespace pybind11; }
3030
namespace sofapython3
3131
{
3232

33-
PYBIND11_MODULE(BaseTopology, m)
33+
PYBIND11_MODULE(SofaBaseTopology, m)
3434
{
3535
sofa::component::initSofaBaseTopology();
3636

0 commit comments

Comments
 (0)