﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
800	Typos in inp_decode.F	m.hadfield		"At line 1104 in '''inp_decode.F''' there is a syntax error: a dangling comparison
{{{
      IF (Ninp.le.) THEN
}}}
This should be 
{{{
      IF (Ninp.le.Nout) THEN
}}}
Also ""foating"" should be replaced with ""floating"" throughout.

Corrected file attached.

"	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
