Ignore:
Timestamp:
06/30/09 13:49:49 (16 years ago)
Author:
Mathieu Morlighem
Message:

moved u_g to inputs in control methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/Gradj/Gradj.h

    r465 r1185  
    2222#define MATERIALS (mxArray*)prhs[3]
    2323#define PARAMETERS (mxArray*)prhs[4]
    24 #define UG (mxArray*)prhs[5]
    25 #define LAMBDAG (mxArray*)prhs[6]
    26 #define INPUTS (mxArray*)prhs[7]
    27 #define ANALYSIS (mxArray*)prhs[8]
    28 #define SUBANALYSIS (mxArray*)prhs[9]
     24#define LAMBDAG (mxArray*)prhs[5]
     25#define INPUTS (mxArray*)prhs[6]
     26#define ANALYSIS (mxArray*)prhs[7]
     27#define SUBANALYSIS (mxArray*)prhs[8]
    2928
    3029/* serial output macros: */
     
    3534#define NLHS  1
    3635#undef NRHS
    37 #define NRHS  10
     36#define NRHS  9
    3837
    3938
Note: See TracChangeset for help on using the changeset viewer.