source: issm/trunk-jpl/src/mex/Reducevectorgtos/Reducevectorgtos.h@ 11933

Last change on this file since 11933 was 11933, checked in by Eric.Larour, 13 years ago

New FetchData and WriteData interface

File size: 653 bytes
Line 
1/*
2 Reducevectorgtos.h
3*/
4
5#ifndef _REDUCEVECTORGTOS_H
6#define _REDUCEVECTORGTOS_H
7
8/* local prototypes: */
9void ReducevectorgtosUsage(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__ "Reducevectorgtos"
18
19/* serial input macros: */
20#define YG (mxArray*)prhs[0]
21#define NODES (mxArray*)prhs[1]
22#define PARAMETERS (mxArray*)prhs[2]
23
24/* serial output macros: */
25#define YS (mxArray**)&plhs[0]
26
27/* serial arg counts: */
28#undef NLHS
29#define NLHS 1
30#undef NRHS
31#define NRHS 3
32
33#endif /* _REDUCEVECTORGTOS_H */
Note: See TracBrowser for help on using the repository browser.