![]() |
Ice Sheet System Model
4.18
Code documentation
|
: check number of arguments and report an usage error message. More...
Go to the source code of this file.
Macros | |
#define | PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol |
#define | NO_IMPORT |
Functions | |
int | CheckNumPythonArguments (PyObject *inputs, int NRHS, void(*function)(void)) |
: check number of arguments and report an usage error message.
:
Definition in file CheckNumPythonArguments.cpp.
#define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol |
Definition at line 5 of file CheckNumPythonArguments.cpp.
#define NO_IMPORT |
Definition at line 6 of file CheckNumPythonArguments.cpp.
int CheckNumPythonArguments | ( | PyObject * | inputs, |
int | NRHS, | ||
void(*)(void) | function | ||
) |
Definition at line 11 of file CheckNumPythonArguments.cpp.