Start vector management
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12945 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dd3db36b1a
commit
eb64659740
27 changed files with 3908 additions and 267 deletions
13
Examples/scilab/vector/example.i
Normal file
13
Examples/scilab/vector/example.i
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
%{
|
||||
#include "example.hxx"
|
||||
%}
|
||||
|
||||
%include "std_vector.i"
|
||||
namespace std {
|
||||
%template(nlopt_doublevector) vector<double>;
|
||||
};
|
||||
|
||||
%include "example.hxx";
|
||||
Loading…
Add table
Add a link
Reference in a new issue