sirkolomay
Programmer
Hi There,
I am trying to track down errors in my code and I found a very weird change of value in an array after a line, where I don't actually change the array itself:
CODE:
print*,"AAAAA*****3-4(1)********:z_dot_dot,2)",z_dot_dot,2)
dt(1:2) = 1.00d0
print*,"AAAAA*****3-4(2)********:z_dot_dot,2)",z_dot_dot,2)
Output:
AAAAA*****3-4(1)********:z_dot_dot,2) 4.97277072539214647E-320 1.02048317795353139E-312 1.02048317795353139E-312
AAAAA*****3-4(2)********:z_dot_dot,2) 4.97277072539214647E-320 1.0000000000000000 1.0000000000000000
Has anyone seen something like this before? Could someone help me on this?
Thanks a lot in advance,
Sirko
I am trying to track down errors in my code and I found a very weird change of value in an array after a line, where I don't actually change the array itself:
CODE:
print*,"AAAAA*****3-4(1)********:z_dot_dot,2)",z_dot_dot,2)
dt(1:2) = 1.00d0
print*,"AAAAA*****3-4(2)********:z_dot_dot,2)",z_dot_dot,2)
Output:
AAAAA*****3-4(1)********:z_dot_dot,2) 4.97277072539214647E-320 1.02048317795353139E-312 1.02048317795353139E-312
AAAAA*****3-4(2)********:z_dot_dot,2) 4.97277072539214647E-320 1.0000000000000000 1.0000000000000000
Has anyone seen something like this before? Could someone help me on this?
Thanks a lot in advance,
Sirko