Changeset 27628
- Timestamp:
- 03/02/23 11:14:17 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/dev/issmversion.m
r27608 r27628 1 function issmversion(),1 function vers = issmversion(), 2 2 %ISSMVERSION - display ISSM version 3 3 % 4 4 % Usage: 5 5 % issmversion() 6 % version = issmversion() 6 7 7 8 8 9 if exist('IssmConfig_matlab')~=3, 9 10 error('ISSM not correctly installed. "IssmConfig_matlab" not found'); 11 end 12 13 if nargout==1 14 vers = IssmConfig('PACKAGE_VERSION'); 15 return; 10 16 end 11 17
Note:
See TracChangeset
for help on using the changeset viewer.