Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hverhelst committed Nov 7, 2024
1 parent 38a7eb9 commit bc20ba0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/Cgismo.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@
// gsPde
#include <gsCInterface/gsCBoundaryConditions.h>

#ifdef gsModule_ENABLED
#include <gsModule/C/gsCClass.h>
#endif
#ifdef gsKLShell_ENABLED
#include <gsKLShell/C/gsCMaterialMatrix.h>
#include <gsKLShell/C/gsCThinShellAssembler.h>
#endif


//
// Function Overloads
Expand Down Expand Up @@ -76,8 +70,6 @@

#define destroy(X) _Generic((X), \
gsCFunctionSet * : gsFunctionSet_delete, \
gsCMultiPatch * : gsMultiPatch_delete, \
gsCMultiBasis * : gsMultiBasis_delete, \
gsCBoundaryConditions * : gsBoundaryConditions_delete, \
gsCKnotVector * : gsKnotVector_delete, \
gsCVector * : gsVector_delete, \
Expand Down

0 comments on commit bc20ba0

Please sign in to comment.