philrosenberg
Technical User
Hi I'm trying to find a bug in a FORTRAN program my office has purchased, but as a person who has not used fortran before I'm hoping someone may be able to give me a couple of hints.
One line of the code is
where TRM1, D0 and DFXDT are all variables. The problem is that noone in our office has seen the notation 1.0D0 before, does anyone know what it does?
Thanks for any help
Phil
One line of the code is
Code:
TRM1 = 1.0D0 - DFXDT * (2.0D0 - DFXDT)
where TRM1, D0 and DFXDT are all variables. The problem is that noone in our office has seen the notation 1.0D0 before, does anyone know what it does?
Thanks for any help
Phil