source: issm/branches/trunk-jpl-damage/src/mex/CreateNodalConstraints/CreateNodalConstraints.h@ 11427

Last change on this file since 11427 was 5775, checked in by Mathieu Morlighem, 15 years ago

Fixed some mex modules

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