#64 closed defect (fixed)
Missing argument in tools datetime
Reported by: | Dave Offiler | Owned by: | Dave Offiler |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ropp_utils | Version: | 0.8 |
Keywords: | Cc: |
Description
Subroutines js2ymds_sca() and js2ymds_arr() (js2ymds.f90) both have optional arguments 'ierr' but this argument is not present in the interface block defined in datetime.f90. NAG compiler spots this as an error.
Missing argument in interfaces should be corrected, even though other compilers do not complain.
Change history (3)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Version: | → 0.8 |
---|
Note:
See TracTickets
for help on using tickets.
Missing argument and declaration as an optional argument added to the two offending routines in datetime.f90
Header comments to the two referenced subroutines in js2ymds.f90 amended to document this optional argument.
Built ropp_tools successfully with all supported Linux compilers.