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

swig : typemaps for value return by ref PViewData

parent f76b6e61
No related branches found
No related tags found
No related merge requests found
%feature("autodoc", "1");
%module gmshPost
%include typemaps.i
%include std_string.i
%{
#include "GmshConfig.h"
#include "fullMatrix.h"
#include "PView.h"
#include "PViewData.h"
#include "PViewFactory.h"
#include "PViewData.h"
%}
%include "GmshConfig.h"
%include "PView.h"
%include "PViewData.h"
%include "PViewFactory.h"
%apply double &OUTPUT { double &val}
%include "PViewData.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment