﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
764	Miscellaneous bugs	m.hadfield		"A few bugs I have noticed...

In '''ROMS/Include/globaldefs.h''' at line 576 the ""#"" in the first column has been omitted

In ROMS/Include/globaldefs.h at line 584, this
{{{
#if defined ATM_COUPLING || ICE_COUPLING || WAV_COUPLING
}}}
should be 
{{{
#if defined ATM_COUPLING || defined ICE_COUPLING || defined WAV_COUPLING
}}}

In '''ROMS/Utility/def_quick.F''' at lines 1576-1577 there is an extraneous ""cccc"":
{{{
           IF (FoundError(exit_flag, NoError, __LINE__,                  &
     &   cccc            __FILE__)) RETURN
}}}


"	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
