Opened 18 years ago

Closed 18 years ago

Last modified 16 years ago

#83 closed defect (fixed)

Error detected by NAG compiler in ropp_io_read_ncdf_get.f90

Reported by: Dave Offiler Owned by: Dave Offiler
Priority: normal Milestone:
Component: ropp_io Version: 0.8
Keywords: frir Cc: Michael Rennie

Description

f95 -I../build  -O2 -dusty -I/data/nwp1/grassaf/ropp/hpnag//include -c -o ropp_io_read_ncdf_get.o `test -f '../ropp/ropp_io_read_ncdf_get.f90' || echo './'`../ropp/ropp_io_read_ncdf_get.f90
Error: ../ropp/ropp_io_read_ncdf_get.f90, line 351: USE ROPP_IO in program-unit ROPP_IO_READ_NCDF_GET_ROCORCOV imports symbol ROPP_IO_READ_NCDF_GET_ROCORCOV
       detected at ROPP_IO_READ_NCDF_GET_RODATA@
[f95 terminated - errors found by pass 1]

Change history (3)

comment:1 by Dave Offiler, 18 years ago

Keywords: frir added
Resolution: fixed
Status: newclosed

Problem appears to be a typo in subroutine ROPP_IO_READ_NCDF_GET_ROCORCOV: line

use ropp_io, not_this => ropp_io_read_ncdf_get_rodata

should be:

use ropp_io, not_this => ropp_io_read_ncdf_get_rocorcov

Change committed as [954]

comment:2 by Dave Offiler, 18 years ago

Version: 0.8

comment:3 by (none), 16 years ago

Milestone: 0.9

Milestone 0.9 deleted

Note: See TracTickets for help on using tickets.