﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
63	Bug in flib.f90	Dave Offiler	Dave Offiler	"NAG compiler (but not any of the others) generates error when compiling flib.f90 in SUBROUTINE PP_PRNSTR2 Th error is in an inconsistency between the INTERFACE and SUBROUTINE declarations
for argument ADV

In the interface:
LOGICAL(L4K) adv

but in the subroutine:
!LOGICAL(L4K) adv,again,more
LOGICAL      adv,again,more

The obvious solution would be to delete the second LOGICAL and uncomment the first, but
this causes errors related to the other variables AGAIN and MORE. The proposed solution
(which works for NAG) is to change the declarations in the subroutine to

LOGICAL(L4K) adv
LOGICAL      again,more
"	defect	closed	normal		ropp_utils	0.8	fixed		
