Skip to content
Snippets Groups Projects
Commit 5c1fef33 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

fix include order in gmshpy and dgpy for fedora + gcc4.6

parent f23e6a89
No related branches found
No related tags found
No related merge requests found
%feature("autodoc", "1");
%module gmshpy
%include std_string.i
%include std_vector.i
%include std_list.i
%{
#include "GmshConfig.h"
#include "GModel.h"
......@@ -64,6 +61,10 @@
};
%}
%include std_string.i
%include std_vector.i
%include std_list.i
%init %{
errorHandler *eH = new errorHandler;
Msg::SetCallback(eH);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment