--- MITgcm_contrib/gmaze_pv/pv_checkpath.m 2006/06/16 21:28:39 1.2 +++ MITgcm_contrib/gmaze_pv/pv_checkpath.m 2006/07/10 15:09:01 1.3 @@ -1,5 +1,5 @@ % -% [] = PV_CHECKPATH() +% [] = pv_checkpath() % % This function detects where the package gmaze_pv is installed % (the upper level directory where the function volbet2iso @@ -21,7 +21,7 @@ % Try to found needed subdirectories: -subdir = struct('name',{'subfct','test'}); +subdir = struct('name',{'subfct','test','visu'}); for id = 1 : size(subdir(:),1) subdirname = subdir(id).name;