--- MITgcm_contrib/gmaze_pv/compute_MLD.m 2007/02/01 17:02:02 1.3 +++ MITgcm_contrib/gmaze_pv/compute_MLD.m 2007/09/19 14:45:59 1.4 @@ -161,7 +161,7 @@ % Output: -output = struct('MLD',MLD,'lat',DTlat,'lon',STlon); +output = struct('MLD',MLD,'lat',STlat,'lon',STlon); switch nargout case 1 varargout(1) = {output};