#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 , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 19 years ago
| Version: | → 0.8 |
|---|
Note:
See TracTickets
for help on using tickets.

parsefile.f90 code amended in offending subroutines as proposed.
Builds successfully with all supported Linux compilers.