Opened 18 years ago

Closed 18 years ago

Last modified 16 years ago

#65 closed defect (fixed)

Incorect USE in tools parsefile

Reported by: Dave Offiler Owned by: Dave Offiler
Priority: normal Milestone:
Component: ropp_utils Version: 0.8
Keywords: Cc:

Description

In parsefile.f90, subroutines parsefile_struct() and parsefile_string() both have lines

use files, not_this => parsefile

NAG generates an error. The correct construct should be:

use files, not_this => parsefile_<struct|string>

Change history (3)

comment:1 by Dave Offiler, 18 years ago

Resolution: fixed
Status: newclosed

parsefile.f90 code amended in offending subroutines as proposed.

Builds successfully with all supported Linux compilers.

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.