diff options
Diffstat (limited to 'packages/sundials/src/helpers.h')
-rw-r--r-- | packages/sundials/src/helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sundials/src/helpers.h b/packages/sundials/src/helpers.h index 3b50163..7f4ba02 100644 --- a/packages/sundials/src/helpers.h +++ b/packages/sundials/src/helpers.h | |||
@@ -8,6 +8,9 @@ | |||
8 | #define FSYM "f" | 8 | #define FSYM "f" |
9 | #endif | 9 | #endif |
10 | 10 | ||
11 | typedef struct _generic_N_Vector BarType; | ||
12 | typedef struct _N_VectorContent_Serial BazType; | ||
13 | |||
11 | /* Check function return value... | 14 | /* Check function return value... |
12 | opt == 0 means SUNDIALS function allocates memory so check if | 15 | opt == 0 means SUNDIALS function allocates memory so check if |
13 | returned NULL pointer | 16 | returned NULL pointer |