source: issm/trunk/src/mex/OutputResults/OutputResults.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: 771 bytes
Line 
1/*
2 OutputResults.h
3*/
4
5#ifndef _OUTPUTRESULTS_H
6#define _OUTPUTRESULTS_H
7
8/* local prototypes: */
9void OutputResultsUsage(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#include "../../c/EnumDefinitions/EnumDefinitions.h"
16
17#undef __FUNCT__
18#define __FUNCT__ "OutputResults"
19
20/* serial input macros: */
21#define ELEMENTS (mxArray*)prhs[0]
22#define NODES (mxArray*)prhs[1]
23#define VERTICES (mxArray*)prhs[2]
24#define LOADS (mxArray*)prhs[3]
25#define MATERIALS (mxArray*)prhs[4]
26#define PARAMETERS (mxArray*)prhs[5]
27#define RESULTS (mxArray*)prhs[6]
28
29/* serial arg counts: */
30#undef NLHS
31#define NLHS 1
32#undef NRHS
33#define NRHS 7
34
35#endif /* _OUTPUTRESULTS_H */
Note: See TracBrowser for help on using the repository browser.