Skip to content
Snippets Groups Projects

amfe v1.0.5

Merged Adrien Crovato requested to merge adri into master
All threads resolved!
7 files
+ 11
8
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
0
@@ -142,6 +142,7 @@ namespace std {
%include "wGroups.h"
%warnfilter(+509);
%shared_ptr(tbox::MshDeform);
%immutable tbox::MshDeform::msh; // read-only variable (no setter)
%include "wMshDeform.h" // included after std templates because it needs them
%shared_ptr(tbox::MshCrack);
%include "wMshCrack.h"
Loading