Skip to content

Commit

Permalink
- fix an issue where sizes of const vectors would not be accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Sep 30, 2022
1 parent 25b4f11 commit c08d4e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion copasi/bindings/swig/CVector.i
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
%ignore CVector::operator=;
%ignore CVectorCore::array() const;
%ignore CVectorCore::array();
%ignore CVector::size() const;
%ignore CVector::resize;
%ignore CVector::applyPivot;
%ignore CVectorCore::CVectorCore(const unsigned C_INT32&, CType*);
Expand Down

0 comments on commit c08d4e8

Please sign in to comment.