db
2024-11-26 14:42:12 UTC
I have been using the Fortran inbuilt function TINY (running
gfortran) but now the compiler baulks:
5 | print '(" Tiny(1) =", es12.2)', TINY(1.0_dbl)
| 1
Error: Syntax error in PRINT statement at (1)
(I am defining dbl in a module).
What is going on?
rm X.out
gfortran) but now the compiler baulks:
5 | print '(" Tiny(1) =", es12.2)', TINY(1.0_dbl)
| 1
Error: Syntax error in PRINT statement at (1)
(I am defining dbl in a module).
What is going on?
rm X.out
--
db
db