- Timestamp:
- 04/16/12 16:06:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 11709,11711-11769,11771-11777,11780-11782,11784-11800,11803-11983,11986-11989
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/mex
- Property svn:ignore
-
old new 1 __pycache__ 1 2 Makefile 2 3 .ignore.txt
-
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/mex/KMLFileRead/KMLFileRead.cpp
r11295 r12004 67 67 /*Input datasets: */ 68 68 if (verbose) printf("Fetching inputs:\n"); 69 Fetch MatlabData(&filnam,FILENAME);69 FetchData(&filnam,FILENAME); 70 70 if (verbose) printf(" filnam =\"%s\"\n",filnam); 71 71 … … 115 115 116 116 /*Write data: */ 117 Write MatlabData(ERRORFLAG,ierror);117 WriteData(ERRORFLAG,ierror); 118 118 119 119 /*Clean-up*/
Note:
See TracChangeset
for help on using the changeset viewer.