﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
886	IMPORTANT: Corrected bug in def_state.F	arango		"* The module '''def_state.F''' was missing association to '''def_dim.F''', '''def_info.F''', and '''wrt_info.F''' modules. We need to have:
 {{{
      USE def_dim_mod,  ONLY : def_dim
      USE def_info_mod, ONLY : def_info
      ...
      USE wrt_info_mod, ONLY : wrt_info
}}}
The weird thing is that the linking failed when compiling with CMake and generating the shared library '''libroms.so'''.  Otherwise, it was linking and running fine.  It is good to know that the shared library compiling is rigorous.

* Corrected typo in '''get_wetdry.F'''. Many thanks to Ashley Brereton for [https://www.myroms.org/forum/viewtopic.php?p=22759 bringing] this issue to our attention."	bug	closed	major	Release ROMS/TOMS 4.0	Nonlinear	3.9	Fixed		
