diff options
author | Allan CORNET <allan.cornet@scilab.org> | 2010-01-04 14:29:39 +0100 |
---|---|---|
committer | Allan CORNET <allan.cornet@scilab.org> | 2010-01-04 14:29:39 +0100 |
commit | 18601c13ae0c58dd0a82fefccdd75cc775400fe9 (patch) | |
tree | 8caf042f0e3e003997989a60b236d482c5bd2add /scilab/modules/intersci | |
parent | cb1973324b98c7752e9f29ce39623ddc208760fb (diff) | |
download | scilab-18601c13ae0c58dd0a82fefccdd75cc775400fe9.zip scilab-18601c13ae0c58dd0a82fefccdd75cc775400fe9.tar.gz |
bug 5699
Diffstat (limited to 'scilab/modules/intersci')
-rw-r--r-- | scilab/modules/intersci/src/lib/libinter.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scilab/modules/intersci/src/lib/libinter.c b/scilab/modules/intersci/src/lib/libinter.c index 2c5b0e6..99ac8e5 100644 --- a/scilab/modules/intersci/src/lib/libinter.c +++ b/scilab/modules/intersci/src/lib/libinter.c | |||
@@ -240,15 +240,6 @@ void C2F(dbl2cdbl)(int *n,double *ip[],double *op) | |||
240 | } | 240 | } |
241 | 241 | ||
242 | /*-------------------------------------------------------------- | 242 | /*-------------------------------------------------------------- |
243 | * freeptr : free ip pointer | ||
244 | *--------------------------------------------------------------*/ | ||
245 | |||
246 | void C2F(freeptr)(double *ip[]) | ||
247 | { | ||
248 | if (ip) FREE((char *)(*ip)); | ||
249 | } | ||
250 | |||
251 | /*-------------------------------------------------------------- | ||
252 | * int2cint : fill *ip with contents of int array op | 243 | * int2cint : fill *ip with contents of int array op |
253 | *--------------------------------------------------------------*/ | 244 | *--------------------------------------------------------------*/ |
254 | 245 | ||