Skip to content

Commit

Permalink
Reverted change to wrapper interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaraujo committed Dec 21, 2024
1 parent a30cef6 commit fa1fdc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trunk/wrappers/swig/ENigMA.i
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@

namespace std
{
%template(StdVectorI) vector<int>;
%template(StdVectorF) vector<float>;
%template(StdVectorD) vector<double>;
%template(StdVectorInt) vector<int>;
%template(StdVectorFloat) vector<float>;
%template(StdVectorDouble) vector<double>;
}

%{
Expand Down

0 comments on commit fa1fdc6

Please sign in to comment.