Ignore:
Timestamp:
04/05/12 14:48:35 (13 years ago)
Author:
Eric.Larour
Message:

New FetchData and WriteData interface

Location:
issm/trunk-jpl/src/mex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/mex

    • Property svn:ignore
      •  

        old new  
         1__pycache__
        12Makefile
        23.ignore.txt
  • issm/trunk-jpl/src/mex/EnumToString/EnumToString.cpp

    r11203 r11933  
    1616
    1717        /*Fetch inputs: */
    18         FetchMatlabData(&enum_in,ENUMIN);
     18        FetchData(&enum_in,ENUMIN);
    1919
    2020        /*Run core function: */
     
    2222
    2323        /* output: */
    24         WriteMatlabData(NAME,name);
     24        WriteData(NAME,name);
    2525}
    2626
Note: See TracChangeset for help on using the changeset viewer.