Opened 4 years ago

Last modified 4 years ago

#872 closed defect

trivial typo in screen output of set_depth.m — at Initial Version

Reported by: abarth Owned by:
Priority: trivial Milestone: Matlab Processing Scripts
Component: Matlab Version: 3.9
Keywords: Cc:

Description

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!

Change History (0)

Note: See TracTickets for help on using tickets.