From 2b1bb7b57564bc3382f9ac182b8035342cbe8056 Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 26 Jul 2010 07:48:11 +0000 Subject: Move SCI2CInt -> int within refs --- tests/unit_tests/double/test_atan.sci.dia.ref | 42 +++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'tests/unit_tests/double/test_atan.sci.dia.ref') diff --git a/tests/unit_tests/double/test_atan.sci.dia.ref b/tests/unit_tests/double/test_atan.sci.dia.ref index cb1a2fe3..1878019d 100644 --- a/tests/unit_tests/double/test_atan.sci.dia.ref +++ b/tests/unit_tests/double/test_atan.sci.dia.ref @@ -300,7 +300,7 @@ mgetl(fd) ! ! !*/ ! ! ! -!SCI2Cint main() ! +!int main() ! ! ! !{ ! ! ! @@ -322,91 +322,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};; ! ! ! ! ! ! ! @@ -420,13 +420,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};; ! ! ! ! ! ! ! @@ -440,7 +440,7 @@ mgetl(fd) ! ! ! double __temp18[4 * 4]; ! ! ! -! SCI2Cint ____temp18Size[2] = {4, 4};; ! +! int ____temp18Size[2] = {4, 4};; ! ! ! ! ! ! ! @@ -458,7 +458,7 @@ mgetl(fd) ! ! ! doubleComplex __temp20[4 * 4]; ! ! ! -! SCI2Cint ____temp20Size[2] = {4, 4};; ! +! int ____temp20Size[2] = {4, 4};; ! ! ! ! ! ! ! @@ -476,7 +476,7 @@ mgetl(fd) ! ! ! double __temp22[4 * 4]; ! ! ! -! SCI2Cint ____temp22Size[2] = {4, 4};; ! +! int ____temp22Size[2] = {4, 4};; ! ! ! ! ! ! ! -- cgit