﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
61	Bug in cal_generic.f90	Dave Offiler	Dave Offiler	"In ropp_tools/flib/calgeneric.f90:

{{{
SUBROUTINE CAL_GETARG(n, argn)
INTEGER(4) CHARACTER(LEN=*) argn
INTENT(IN) :: n
INTENT(OUT) :: argn
...
CALL GETARG(n1, argn)
}}}

NAG compiler issues a waring of unused variable 'n'. Clearly 'n1' in the CALL should
be 'n' as a n1 is not defined anywhere (and an IMPLICIT NONE would have shwn this). This is a real bug as n1 is undefined and could return any command line argument."	defect	closed	normal		ROPP (all)	0.8	fixed		
