- Timestamp:
- 08/08/12 14:38:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12881-12896,12898-12900,12902-12916,12920-12935,12937-12945
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/m/model/MatlabFuncs.py
r12878 r12946 1 def oshostname(): 2 import socket 3 4 return socket.gethostname().lower().split('.')[0] 5 1 6 def strcmp(s1,s2): 2 7
Note:
See TracChangeset
for help on using the changeset viewer.