Ignore:
Timestamp:
08/31/12 10:47:36 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: preparing mex module conversion to python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/modules/Kriging/Kriging.h

    r13213 r13214  
    2727#undef __FUNCT__
    2828#define __FUNCT__  "Kriging"
    29    
     29
     30#ifdef _HAVE_MATLAB_MODULES_
    3031/* serial input macros: */
    3132#define X            (mxArray *)prhs[0]
     
    3839#define PREDICTIONS (mxArray**)&plhs[0]
    3940#define ERROR       (mxArray**)&plhs[1]
     41#endif
    4042
    4143/* serial arg counts: */
Note: See TracChangeset for help on using the changeset viewer.