Skip to content

Commit

Permalink
print bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hverhelst committed Dec 19, 2024
1 parent 6c88042 commit 7c24814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsCFunctionSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern "C"
#endif

GISMO_EXPORT void gsFunctionSet_print(gsCFunctionSet * fs)
{ RICAST_G(fs)->print(gsInfo); }
{ gsInfo<<RICAST_F(fs); }

GISMO_EXPORT void gsFunctionSet_delete(gsCFunctionSet * ptr)
{ delete RICAST_F(ptr); }
Expand Down

0 comments on commit 7c24814

Please sign in to comment.