Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sirkolomay

  1. sirkolomay

    Fortran overwrites variables that are not used

    Merci Francois, yes, that was exactly the problem. When I allocated z_dot_dot(dimension_a), dimension_a was defined but no value was assigned yet. So the compiler didn't throw an error and z_dot_dot had no actual size. Thanks again for your help, Sirko
  2. sirkolomay

    Fortran overwrites variables that are not used

    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...

Part and Inventory Search

Back
Top