source: issm/trunk/src/mex/ProcessParams/ProcessParams.h@ 11995

Last change on this file since 11995 was 11995, checked in by Mathieu Morlighem, 13 years ago

merged trunk-jpl and trunk for revision 11994M

File size: 586 bytes
Line 
1/*
2 ProcessParams.h
3*/
4
5#ifndef _PROCESSPARAMS_H
6#define _PROCESSPARAMS_H
7
8/* local prototypes: */
9void ProcessParamsUsage(void);
10
11#include "../../c/include/globals.h"
12#include "../../c/modules/modules.h"
13#include "../../c/Container/Container.h"
14#include "../../c/shared/shared.h"
15
16#undef __FUNCT__
17#define __FUNCT__ "ProcessParams"
18
19/* serial input macros: */
20#define PARAMETERS (mxArray*)prhs[0]
21
22/* serial output macros: */
23#define PARAMETERSOUT (mxArray**)&plhs[0]
24
25/* serial arg counts: */
26#undef NLHS
27#define NLHS 1
28#undef NRHS
29#define NRHS 1
30
31#endif /* _PROCESSPARAMS_H */
32
Note: See TracBrowser for help on using the repository browser.