Skip to content
Snippets Groups Projects

amfe v1.0.5

Merged Adrien Crovato requested to merge adri into master
All threads resolved!
16 files
+ 69
32
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 0
2
@@ -97,9 +97,7 @@ namespace std {
%include "wNode.h"
%nodefault tbox::Element; // Element is pure virtual but swig doesn't know it.
%warnfilter(509); // Shadowed overloaded method MATTYPE. Code compiling and running.
%include "wElement.h"
%warnfilter(+509);
%include "wTag.h"
%include "wQuad4.h"
%include "wTetra4.h"
Loading