source: issm/trunk-jpl/src/modules/TriaSearch/TriaSearch.h@ 12032

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

Some debugging of compilation

File size: 668 bytes
Line 
1/*!\file TriaSearch.h
2 */
3
4#ifndef _TRIASEARCH_H
5#define _TRIASEARCH_H
6
7/* local prototypes: */
8void TriaSearchUsage(void);
9
10#include "../../c/include/globals.h"
11#include "../../c/modules/modules.h"
12#include "../../c/Container/Container.h"
13#include "../../c/shared/shared.h"
14#include "../../c/issm-binding.h"
15
16#undef __FUNCT__
17#define __FUNCT__ "TriaSearch"
18
19
20/* serial input macros: */
21#define INDEXHANDLE prhs[0]
22#define XHANDLE prhs[1]
23#define YHANDLE prhs[2]
24#define X0HANDLE prhs[3]
25#define Y0HANDLE prhs[4]
26
27/* serial output macros: */
28#define TRIA (mxArray**)&plhs[0]
29
30/* serial arg counts: */
31#undef NLHS
32#define NLHS 1
33
34#undef NRHS
35#define NRHS 5
36
37#endif
Note: See TracBrowser for help on using the repository browser.