Changeset 15396 for issm/trunk/src/m/os/dakotaversion.py
- Timestamp:
- 07/02/13 09:24:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 par 2 ad 3 proj-* 1 4 projects 2 5 autom4te.cache
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 14311,14313,14316-14506,14508-15387,15390-15392
- Property svn:ignore
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/m/os/dakotaversion.py
r14310 r15396 25 25 26 26 for tline in fid: 27 if strncmp(tline,'#define DAKOTA_VERSION',22):28 DAKOTA_VERSION=tline[2 3:].replace('"','').strip()27 if strncmp(tline,'#define _DAKOTA_VERSION_',24): 28 DAKOTA_VERSION=tline[25:].replace('"','').strip() 29 29 break 30 30
Note:
See TracChangeset
for help on using the changeset viewer.