Ignore:
Timestamp:
07/11/11 16:41:47 (14 years ago)
Author:
Eric.Larour
Message:

Reorganized io/ directory quite a bit.
Separated Matlab io from the other Disk related io.
Renamed WriteData to WriteMatlabData and FetchData to FetchMatlabData.
Folded WriteParams and FetchParams into FetchMatlabData and WriteMatlabData.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/KMLOverlay/KMLOverlay.cpp

    r8639 r8910  
    4141        /*Input datasets: */
    4242        if (verbose) printf("Fetching inputs:\n");
    43         FetchData(&filkml,FILENAME);
     43        FetchMatlabData(&filkml,FILENAME);
    4444        if (verbose) printf("  filkml=\"%s\"\n",filkml);
    4545
     
    109109
    110110        /*Write data: */
    111         WriteData(ERRORFLAG,ierror);
     111        WriteMatlabData(ERRORFLAG,ierror);
    112112
    113113        /*Clean-up*/
Note: See TracChangeset for help on using the changeset viewer.