Changeset 8563
- Timestamp:
- 06/08/11 14:05:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/OS/oshostname.m
r8562 r8563 6 6 % 7 7 8 hostname='macmathieu';9 return10 8 if ispc, 11 9 [status,hostname]=system('hostname');hostname=hostname(1:end-1);
Note:
See TracChangeset
for help on using the changeset viewer.