Ignore:
Timestamp:
06/10/11 16:54:02 (14 years ago)
Author:
Mathieu Morlighem
Message:

Now, a combination of responses can be requested, needs to be tested

File:
1 edited

Legend:

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

    r6689 r8607  
    2626#define RESPONSE (mxArray*)prhs[6]
    2727#define PROCESSUNITS (mxArray*)prhs[7]
     28#define WEIGHTINDEX (mxArray*)prhs[8]
    2829
    2930/* serial output macros: */
     
    3435#define NLHS  1
    3536#undef NRHS
    36 #define NRHS  8
     37#define NRHS  9
    3738
    3839#endif  /* _RESPONSE_H */
Note: See TracChangeset for help on using the changeset viewer.