|
Last change
on this file since 13211 was 13211, checked in by Mathieu Morlighem, 13 years ago |
|
CHG: preparing modules for python compatibility
|
|
File size:
660 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | InternalFront.h
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #ifndef _INTERNALFRONT_H
|
|---|
| 6 | #define _INTERNALFRONT_H
|
|---|
| 7 |
|
|---|
| 8 | #ifdef HAVE_CONFIG_H
|
|---|
| 9 | #include <config.h>
|
|---|
| 10 | #else
|
|---|
| 11 | #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
|
|---|
| 12 | #endif
|
|---|
| 13 |
|
|---|
| 14 | /* local prototypes: */
|
|---|
| 15 | void InternalFrontUsage(void);
|
|---|
| 16 |
|
|---|
| 17 | #include "../../c/include/globals.h"
|
|---|
| 18 | #include "../../c/shared/shared.h"
|
|---|
| 19 | #include "../../c/issm-binding.h"
|
|---|
| 20 | #include "../../c/io/io.h"
|
|---|
| 21 |
|
|---|
| 22 | #undef __FUNCT__
|
|---|
| 23 | #define __FUNCT__ "InternalFront"
|
|---|
| 24 |
|
|---|
| 25 | /* serial input macros: */
|
|---|
| 26 | #define MODEL (mxArray*)prhs[0]
|
|---|
| 27 |
|
|---|
| 28 | /* serial output macros: */
|
|---|
| 29 | #define FRONT (mxArray**)&plhs[0]
|
|---|
| 30 |
|
|---|
| 31 | /* serial arg counts: */
|
|---|
| 32 | #undef NLHS
|
|---|
| 33 | #define NLHS 1
|
|---|
| 34 | #undef NRHS
|
|---|
| 35 | #define NRHS 1
|
|---|
| 36 |
|
|---|
| 37 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.