Skip to content

Commit

Permalink
remove old bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
filiatra committed Jan 4, 2025
1 parent 85a0636 commit b5da9f1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/gsMaterialMatrixBase_.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,6 @@ namespace gismo
;
}

void pybind11_init_gsMaterialMatrixBaseDim2(py::module &m)
{
using Base = gsMaterialMatrixBase<real_t>;
using Class = gsMaterialMatrixBaseDim<2,real_t>;
py::class_<Class,Base>(m, "gsMaterialMatrixBaseDim2")
;
}

void pybind11_init_gsMaterialMatrixBaseDim3(py::module &m)
{
using Base = gsMaterialMatrixBase<real_t>;
using Class = gsMaterialMatrixBaseDim<3,real_t>;
py::class_<Class,Base>(m, "gsMaterialMatrixBaseDim3")
;
}

#endif

}
Expand Down

0 comments on commit b5da9f1

Please sign in to comment.