summaryrefslogtreecommitdiff
path: root/tests/unit_tests/double/test_OpHat.sci.dia.ref
diff options
context:
space:
mode:
authorjofret2010-07-26 07:48:11 +0000
committerjofret2010-07-26 07:48:11 +0000
commit2b1bb7b57564bc3382f9ac182b8035342cbe8056 (patch)
tree641b360e4f60f54b654011cf5f92714aa128b34f /tests/unit_tests/double/test_OpHat.sci.dia.ref
parent3c8c6dfb7e6cc5c9caace05da4fe048df00fa0c1 (diff)
downloadscilab2c-2b1bb7b57564bc3382f9ac182b8035342cbe8056.tar.gz
scilab2c-2b1bb7b57564bc3382f9ac182b8035342cbe8056.tar.bz2
scilab2c-2b1bb7b57564bc3382f9ac182b8035342cbe8056.zip
Move SCI2CInt -> int within refs
Diffstat (limited to 'tests/unit_tests/double/test_OpHat.sci.dia.ref')
-rw-r--r--tests/unit_tests/double/test_OpHat.sci.dia.ref52
1 files changed, 26 insertions, 26 deletions
diff --git a/tests/unit_tests/double/test_OpHat.sci.dia.ref b/tests/unit_tests/double/test_OpHat.sci.dia.ref
index 87b89c4f..7945551a 100644
--- a/tests/unit_tests/double/test_OpHat.sci.dia.ref
+++ b/tests/unit_tests/double/test_OpHat.sci.dia.ref
@@ -507,7 +507,7 @@ mgetl(fd)
! !
!*/ !
! !
-!SCI2Cint main() !
+!int main() !
! !
!{ !
! !
@@ -529,91 +529,91 @@ mgetl(fd)
! !
! double __temp1[1 * 2]; !
! !
-! SCI2Cint ____temp1Size[2] = {1, 2};; !
+! int ____temp1Size[2] = {1, 2};; !
! !
! !
! !
! double __temp2[1 * 3]; !
! !
-! SCI2Cint ____temp2Size[2] = {1, 3};; !
+! int ____temp2Size[2] = {1, 3};; !
! !
! !
! !
! double __temp3[1 * 4]; !
! !
-! SCI2Cint ____temp3Size[2] = {1, 4};; !
+! int ____temp3Size[2] = {1, 4};; !
! !
! !
! !
! double __temp4[1 * 2]; !
! !
-! SCI2Cint ____temp4Size[2] = {1, 2};; !
+! int ____temp4Size[2] = {1, 2};; !
! !
! !
! !
! double __temp5[1 * 3]; !
! !
-! SCI2Cint ____temp5Size[2] = {1, 3};; !
+! int ____temp5Size[2] = {1, 3};; !
! !
! !
! !
! double __temp6[1 * 4]; !
! !
-! SCI2Cint ____temp6Size[2] = {1, 4};; !
+! int ____temp6Size[2] = {1, 4};; !
! !
! !
! !
! double __temp7[2 * 4]; !
! !
-! SCI2Cint ____temp7Size[2] = {2, 4};; !
+! int ____temp7Size[2] = {2, 4};; !
! !
! !
! !
! double __temp8[1 * 2]; !
! !
-! SCI2Cint ____temp8Size[2] = {1, 2};; !
+! int ____temp8Size[2] = {1, 2};; !
! !
! !
! !
! double __temp9[1 * 3]; !
! !
-! SCI2Cint ____temp9Size[2] = {1, 3};; !
+! int ____temp9Size[2] = {1, 3};; !
! !
! !
! !
! double __temp10[1 * 4]; !
! !
-! SCI2Cint ____temp10Size[2] = {1, 4};; !
+! int ____temp10Size[2] = {1, 4};; !
! !
! !
! !
! double __temp11[3 * 4]; !
! !
-! SCI2Cint ____temp11Size[2] = {3, 4};; !
+! int ____temp11Size[2] = {3, 4};; !
! !
! !
! !
! double __temp12[1 * 2]; !
! !
-! SCI2Cint ____temp12Size[2] = {1, 2};; !
+! int ____temp12Size[2] = {1, 2};; !
! !
! !
! !
! double __temp13[1 * 3]; !
! !
-! SCI2Cint ____temp13Size[2] = {1, 3};; !
+! int ____temp13Size[2] = {1, 3};; !
! !
! !
! !
! double __temp14[1 * 4]; !
! !
-! SCI2Cint ____temp14Size[2] = {1, 4};; !
+! int ____temp14Size[2] = {1, 4};; !
! !
! !
! !
! double d2[4 * 4]; !
! !
-! SCI2Cint __d2Size[2] = {4, 4};; !
+! int __d2Size[2] = {4, 4};; !
! !
! !
! !
@@ -627,13 +627,13 @@ mgetl(fd)
! !
! doubleComplex __temp16[4 * 4]; !
! !
-! SCI2Cint ____temp16Size[2] = {4, 4};; !
+! int ____temp16Size[2] = {4, 4};; !
! !
! !
! !
! doubleComplex z2[4 * 4]; !
! !
-! SCI2Cint __z2Size[2] = {4, 4};; !
+! int __z2Size[2] = {4, 4};; !
! !
! !
! !
@@ -655,7 +655,7 @@ mgetl(fd)
! !
! double __temp19[4 * 4]; !
! !
-! SCI2Cint ____temp19Size[2] = {4, 4};; !
+! int ____temp19Size[2] = {4, 4};; !
! !
! !
! !
@@ -665,7 +665,7 @@ mgetl(fd)
! !
! doubleComplex __temp20[4 * 4]; !
! !
-! SCI2Cint ____temp20Size[2] = {4, 4};; !
+! int ____temp20Size[2] = {4, 4};; !
! !
! !
! !
@@ -675,7 +675,7 @@ mgetl(fd)
! !
! double __temp21[4 * 4]; !
! !
-! SCI2Cint ____temp21Size[2] = {4, 4};; !
+! int ____temp21Size[2] = {4, 4};; !
! !
! !
! !
@@ -685,7 +685,7 @@ mgetl(fd)
! !
! doubleComplex __temp22[4 * 4]; !
! !
-! SCI2Cint ____temp22Size[2] = {4, 4};; !
+! int ____temp22Size[2] = {4, 4};; !
! !
! !
! !
@@ -695,7 +695,7 @@ mgetl(fd)
! !
! doubleComplex __temp23[4 * 4]; !
! !
-! SCI2Cint ____temp23Size[2] = {4, 4};; !
+! int ____temp23Size[2] = {4, 4};; !
! !
! !
! !
@@ -705,7 +705,7 @@ mgetl(fd)
! !
! doubleComplex __temp24[4 * 4]; !
! !
-! SCI2Cint ____temp24Size[2] = {4, 4};; !
+! int ____temp24Size[2] = {4, 4};; !
! !
! !
! !
@@ -715,7 +715,7 @@ mgetl(fd)
! !
! doubleComplex __temp25[4 * 4]; !
! !
-! SCI2Cint ____temp25Size[2] = {4, 4};; !
+! int ____temp25Size[2] = {4, 4};; !
! !
! !
! !
@@ -725,7 +725,7 @@ mgetl(fd)
! !
! doubleComplex __temp26[4 * 4]; !
! !
-! SCI2Cint ____temp26Size[2] = {4, 4};; !
+! int ____temp26Size[2] = {4, 4};; !
! !
! !
! !