Changeset 7418 for issm/trunk/src/m/kml/kml_mesh_write.m
- Timestamp:
- 02/10/11 09:37:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/kml/kml_mesh_write.m
r7346 r7418 69 69 if isempty(md.lat) || ((numel(md.lat) == 1) && isnan(md.lat)) || ... 70 70 isempty(md.long) || ((numel(md.long) == 1) && isnan(md.long)) 71 if ~exist('latsgn' )71 if ~exist('latsgn','var') 72 72 error(['Missing ''latsgn'' parameter to calculate missing lat/long data.']); 73 73 elseif (abs(latsgn) ~= 1)
Note:
See TracChangeset
for help on using the changeset viewer.