Changeset 12003


Ignore:
Timestamp:
04/16/12 15:59:32 (13 years ago)
Author:
Eric.Larour
Message:

Moved to src/python/io

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/io/io.h

    r11934 r12003  
    1515#include "./Disk/diskio.h"
    1616
    17 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)
    18 #include "./Matlab/matlabio.h"
    19 #endif
    20 
    21 #if defined(_HAVE_PYTHON_) && defined(_SERIAL_)
    22 #include "./Python/pythonio.h"
    23 #endif
    24 
    2517/*printf: */
    2618int PrintfFunction(const char* format,...);
Note: See TracChangeset for help on using the changeset viewer.