summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjofret2010-07-26 07:56:40 +0000
committerjofret2010-07-26 07:56:40 +0000
commit89c3b8b83389dc5e51469fe6259dbd063f1545a1 (patch)
treeacb27260bd33ba1b849ed7eefa6aa8986d442d4a
parenta3ef3cf4f3c7a7be98b9c93170a7b665e6505a92 (diff)
downloadscilab2c-89c3b8b83389dc5e51469fe6259dbd063f1545a1.tar.gz
scilab2c-89c3b8b83389dc5e51469fe6259dbd063f1545a1.tar.bz2
scilab2c-89c3b8b83389dc5e51469fe6259dbd063f1545a1.zip
Move SCI2Cint -> int
-rw-r--r--scilab2c/tests/unit_tests/double/test_Find.sci.dia.ref62
1 files changed, 31 insertions, 31 deletions
diff --git a/scilab2c/tests/unit_tests/double/test_Find.sci.dia.ref b/scilab2c/tests/unit_tests/double/test_Find.sci.dia.ref
index a999bab1..89d20014 100644
--- a/scilab2c/tests/unit_tests/double/test_Find.sci.dia.ref
+++ b/scilab2c/tests/unit_tests/double/test_Find.sci.dia.ref
@@ -429,7 +429,7 @@ mgetl(fd)
! !
!*/ !
! !
-!SCI2Cint main() !
+!int main() !
! !
!{ !
! !
@@ -459,73 +459,73 @@ mgetl(fd)
! !
! double __temp3[1 * 2]; !
! !
-! SCI2Cint ____temp3Size[2] = {1, 2};; !
+! int ____temp3Size[2] = {1, 2};; !
! !
! !
! !
! double __temp4[1 * 3]; !
! !
-! SCI2Cint ____temp4Size[2] = {1, 3};; !
+! int ____temp4Size[2] = {1, 3};; !
! !
! !
! !
! double __temp5[1 * 2]; !
! !
-! SCI2Cint ____temp5Size[2] = {1, 2};; !
+! int ____temp5Size[2] = {1, 2};; !
! !
! !
! !
! double __temp6[1 * 3]; !
! !
-! SCI2Cint ____temp6Size[2] = {1, 3};; !
+! int ____temp6Size[2] = {1, 3};; !
! !
! !
! !
! double a[2 * 3]; !
! !
-! SCI2Cint __aSize[2] = {2, 3};; !
+! int __aSize[2] = {2, 3};; !
! !
! !
! !
! double __temp7[1 * 2]; !
! !
-! SCI2Cint ____temp7Size[2] = {1, 2};; !
+! int ____temp7Size[2] = {1, 2};; !
! !
! !
! !
! double __temp8[1 * 3]; !
! !
-! SCI2Cint ____temp8Size[2] = {1, 3};; !
+! int ____temp8Size[2] = {1, 3};; !
! !
! !
! !
! double __temp9[1 * 2]; !
! !
-! SCI2Cint ____temp9Size[2] = {1, 2};; !
+! int ____temp9Size[2] = {1, 2};; !
! !
! !
! !
! double __temp10[1 * 3]; !
! !
-! SCI2Cint ____temp10Size[2] = {1, 3};; !
+! int ____temp10Size[2] = {1, 3};; !
! !
! !
! !
! double b[2 * 3]; !
! !
-! SCI2Cint __bSize[2] = {2, 3};; !
+! int __bSize[2] = {2, 3};; !
! !
! !
! !
! double __temp11[2 * 3]; !
! !
-! SCI2Cint ____temp11Size[2] = {2, 3};; !
+! int ____temp11Size[2] = {2, 3};; !
! !
! !
! !
! double __temp12[1 * 6]; !
! !
-! SCI2Cint ____temp12Size[2] = {1, 6};; !
+! int ____temp12Size[2] = {1, 6};; !
! !
! !
! !
@@ -547,19 +547,19 @@ mgetl(fd)
! !
! double __temp14[2 * 3]; !
! !
-! SCI2Cint ____temp14Size[2] = {2, 3};; !
+! int ____temp14Size[2] = {2, 3};; !
! !
! !
! !
! double k[1 * 1 * 6 * 6]; !
! !
-! SCI2Cint __kSize[4] = {1, 1, 6, 6};; !
+! int __kSize[4] = {1, 1, 6, 6};; !
! !
! !
! !
! double l[1 * 1 * 6 * 6]; !
! !
-! SCI2Cint __lSize[4] = {1, 1, 6, 6};; !
+! int __lSize[4] = {1, 1, 6, 6};; !
! !
! !
! !
@@ -593,73 +593,73 @@ mgetl(fd)
! !
! double __temp17[1 * 2]; !
! !
-! SCI2Cint ____temp17Size[2] = {1, 2};; !
+! int ____temp17Size[2] = {1, 2};; !
! !
! !
! !
! double __temp18[1 * 3]; !
! !
-! SCI2Cint ____temp18Size[2] = {1, 3};; !
+! int ____temp18Size[2] = {1, 3};; !
! !
! !
! !
! double __temp19[1 * 2]; !
! !
-! SCI2Cint ____temp19Size[2] = {1, 2};; !
+! int ____temp19Size[2] = {1, 2};; !
! !
! !
! !
! double __temp20[1 * 3]; !
! !
-! SCI2Cint ____temp20Size[2] = {1, 3};; !
+! int ____temp20Size[2] = {1, 3};; !
! !
! !
! !
! double c[2 * 3]; !
! !
-! SCI2Cint __cSize[2] = {2, 3};; !
+! int __cSize[2] = {2, 3};; !
! !
! !
! !
! double __temp21[1 * 2]; !
! !
-! SCI2Cint ____temp21Size[2] = {1, 2};; !
+! int ____temp21Size[2] = {1, 2};; !
! !
! !
! !
! double __temp22[1 * 3]; !
! !
-! SCI2Cint ____temp22Size[2] = {1, 3};; !
+! int ____temp22Size[2] = {1, 3};; !
! !
! !
! !
! double __temp23[1 * 2]; !
! !
-! SCI2Cint ____temp23Size[2] = {1, 2};; !
+! int ____temp23Size[2] = {1, 2};; !
! !
! !
! !
! double __temp24[1 * 3]; !
! !
-! SCI2Cint ____temp24Size[2] = {1, 3};; !
+! int ____temp24Size[2] = {1, 3};; !
! !
! !
! !
! double d[2 * 3]; !
! !
-! SCI2Cint __dSize[2] = {2, 3};; !
+! int __dSize[2] = {2, 3};; !
! !
! !
! !
! double __temp25[2 * 3]; !
! !
-! SCI2Cint ____temp25Size[2] = {2, 3};; !
+! int ____temp25Size[2] = {2, 3};; !
! !
! !
! !
! double __temp26[1 * 2]; !
! !
-! SCI2Cint ____temp26Size[2] = {1, 2};; !
+! int ____temp26Size[2] = {1, 2};; !
! !
! !
! !
@@ -681,19 +681,19 @@ mgetl(fd)
! !
! double __temp28[2 * 3]; !
! !
-! SCI2Cint ____temp28Size[2] = {2, 3};; !
+! int ____temp28Size[2] = {2, 3};; !
! !
! !
! !
! double q[1 * 1 * 2 * 2]; !
! !
-! SCI2Cint __qSize[4] = {1, 1, 2, 2};; !
+! int __qSize[4] = {1, 1, 2, 2};; !
! !
! !
! !
! double s[1 * 1 * 2 * 2]; !
! !
-! SCI2Cint __sSize[4] = {1, 1, 2, 2};; !
+! int __sSize[4] = {1, 1, 2, 2};; !
! !
! !
! !