﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
872	trivial typo in screen output of set_depth.m	abarth		"While translating the code '''set_depth.m''' to julia (https://github.com/Alexander-Barth/ROMS.jl), I noticed a small typo in the screen output for '''igrid=5''' (current svn revision 1045):

{{{
--- set_depth.m	(Revision 1045)
+++ set_depth.m	(Arbeitskopie)
@@ -164,7 +164,7 @@
             '   at horizontal V-points']);
     case 5
       disp(['   igrid    = ',num2str(igrid),                            ...
-            '   at horizontal RHO-points']);
+            '   at horizontal W-points']);
   end
 end
}}}

Thanks for your great work!"	defect	closed	trivial	Matlab Processing Scripts	Matlab	3.9	Fixed		
