Skip to content

Commit

Permalink
scilab: remove useless fragment dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marchetto committed Mar 5, 2014
1 parent 9442156 commit 143b1a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Lib/scilab/scisequencebool.swg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

%include <scibool.swg>

%fragment(SWIG_AsCheck_Sequence_frag(bool), "header",
fragment="SWIG_SciInt32_AsIntArrayAndSize") {
%fragment(SWIG_AsCheck_Sequence_frag(bool), "header") {

SWIGINTERN int
SWIG_AsCheck_Sequence_dec(bool)(SwigSciObject _obj) {
Expand Down
3 changes: 1 addition & 2 deletions Lib/scilab/scisequencedouble.swg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

%include <scidouble.swg>

%fragment(SWIG_AsCheck_Sequence_frag(double), "header",
fragment="SWIG_SciDouble_AsDoubleArrayAndSize") {
%fragment(SWIG_AsCheck_Sequence_frag(double), "header") {

SWIGINTERN int
SWIG_AsCheck_Sequence_dec(double)(SwigSciObject _obj) {
Expand Down
2 changes: 1 addition & 1 deletion Lib/scilab/scisequenceint.swg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
%include <sciint.swg>

%fragment(SWIG_AsCheck_Sequence_frag(int), "header") {

SWIGINTERN int
SWIG_AsCheck_Sequence_dec(int)(SwigSciObject _obj) {
SciErr sciErr;
Expand All @@ -32,7 +33,6 @@ SWIG_AsCheck_Sequence_dec(int)(SwigSciObject _obj) {

%fragment(SWIG_AsGet_Sequence_frag(int), "header",
fragment="SWIG_SciDoubleOrInt32_AsIntArrayAndSize") {

SWIGINTERN int
SWIG_AsGet_Sequence_dec(int)(SwigSciObject _obj, int **_pSequence) {
int iMatrixRowCount;
Expand Down
3 changes: 1 addition & 2 deletions Lib/scilab/scisequencestring.swg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

%include <scichar.swg>

%fragment(SWIG_AsCheck_Sequence_frag(std::string), "header",
fragment="SWIG_SciString_AsCharPtrArrayAndSize") {
%fragment(SWIG_AsCheck_Sequence_frag(std::string), "header") {

SWIGINTERN int
SWIG_AsCheck_Sequence_dec(std::string)(SwigSciObject _obj) {
Expand Down

0 comments on commit 143b1a3

Please sign in to comment.