diff options
Diffstat (limited to 'tests/unit_tests/double/test_Disp.sci.dia.ref')
-rw-r--r-- | tests/unit_tests/double/test_Disp.sci.dia.ref | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/tests/unit_tests/double/test_Disp.sci.dia.ref b/tests/unit_tests/double/test_Disp.sci.dia.ref index 8a3a3158..e186bb93 100644 --- a/tests/unit_tests/double/test_Disp.sci.dia.ref +++ b/tests/unit_tests/double/test_Disp.sci.dia.ref @@ -267,7 +267,7 @@ mgetl(fd) ! ! !*/ ! ! ! -!SCI2Cint main() ! +!int main() ! ! ! !{ ! ! ! @@ -301,7 +301,7 @@ mgetl(fd) ! ! ! char __temp3[1*2] = {"a"}; ! ! ! -! SCI2Cint ____temp3Size[2] = {1,2}; ! +! int ____temp3Size[2] = {1,2}; ! ! ! ! ! ! ! @@ -311,55 +311,55 @@ mgetl(fd) ! ! ! 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[1 * 5]; ! ! ! -! SCI2Cint ____temp7Size[2] = {1, 5};; ! +! int ____temp7Size[2] = {1, 5};; ! ! ! ! ! ! ! ! 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[1 * 5]; ! ! ! -! SCI2Cint ____temp11Size[2] = {1, 5};; ! +! int ____temp11Size[2] = {1, 5};; ! ! ! ! ! ! ! ! double __temp12[2 * 5]; ! ! ! -! SCI2Cint ____temp12Size[2] = {2, 5};; ! +! int ____temp12Size[2] = {2, 5};; ! ! ! ! ! ! ! @@ -369,61 +369,61 @@ mgetl(fd) ! ! ! double __temp13[1 * 2]; ! ! ! -! SCI2Cint ____temp13Size[2] = {1, 2};; ! +! int ____temp13Size[2] = {1, 2};; ! ! ! ! ! ! ! ! double __temp14[1 * 3]; ! ! ! -! SCI2Cint ____temp14Size[2] = {1, 3};; ! +! int ____temp14Size[2] = {1, 3};; ! ! ! ! ! ! ! ! double __temp15[1 * 4]; ! ! ! -! SCI2Cint ____temp15Size[2] = {1, 4};; ! +! int ____temp15Size[2] = {1, 4};; ! ! ! ! ! ! ! ! double __temp16[1 * 5]; ! ! ! -! SCI2Cint ____temp16Size[2] = {1, 5};; ! +! int ____temp16Size[2] = {1, 5};; ! ! ! ! ! ! ! ! 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 * 4]; ! ! ! -! SCI2Cint ____temp19Size[2] = {1, 4};; ! +! int ____temp19Size[2] = {1, 4};; ! ! ! ! ! ! ! ! double __temp20[1 * 5]; ! ! ! -! SCI2Cint ____temp20Size[2] = {1, 5};; ! +! int ____temp20Size[2] = {1, 5};; ! ! ! ! ! ! ! ! double __temp21[2 * 5]; ! ! ! -! SCI2Cint ____temp21Size[2] = {2, 5};; ! +! int ____temp21Size[2] = {2, 5};; ! ! ! ! ! ! ! ! doubleComplex __temp22[2 * 5]; ! ! ! -! SCI2Cint ____temp22Size[2] = {2, 5};; ! +! int ____temp22Size[2] = {2, 5};; ! ! ! ! ! ! ! @@ -433,7 +433,7 @@ mgetl(fd) ! ! ! char __temp23[1*5] = {"plop"}; ! ! ! -! SCI2Cint ____temp23Size[2] = {1,5}; ! +! int ____temp23Size[2] = {1,5}; ! ! ! ! ! ! ! |