GerritGroot
Technical User
Hi,
I would like to run a certain subroutine with variables in DOUBLE PRECISION, while the main program is in REAL.
However, as soon as the REAL data from the main program passes as input to the subroutine to the DOUBLE PRECISION type, the numbers don't match anymore.
Is there a way to get around this without converting the whole program in DOUBLE PRECISION?
Thanks in advance,
Gerrit
I would like to run a certain subroutine with variables in DOUBLE PRECISION, while the main program is in REAL.
However, as soon as the REAL data from the main program passes as input to the subroutine to the DOUBLE PRECISION type, the numbers don't match anymore.
Is there a way to get around this without converting the whole program in DOUBLE PRECISION?
Thanks in advance,
Gerrit