remove SWIG bug workaround
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8069 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
09800ee9c4
commit
a346a8b054
1 changed files with 0 additions and 4 deletions
|
|
@ -18,13 +18,9 @@ namespace std {
|
|||
typedef float Real;
|
||||
%}
|
||||
|
||||
/*
|
||||
namespace std {
|
||||
%template(RealVector) vector<Real>;
|
||||
}
|
||||
*/
|
||||
// change back to above
|
||||
%template(RealVector) std::vector<Real>;
|
||||
|
||||
%inline %{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue