Skip to content

Commit 45e2498

Browse files
committed
Vec1D
1 parent f0ba660 commit 45e2498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_Mapping.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ namespace sofapython3
176176
void moduleAddMapping(py::module &m) {
177177
declareMapping<Rigid3dTypes, Vec3dTypes>(m);
178178
declareMapping<Vec3dTypes, Vec3dTypes>(m);
179+
declareMapping<Vec3dTypes, Vec1dTypes>(m);
179180
}
180181

181182
} // namespace sofapython3

0 commit comments

Comments
 (0)