summaryrefslogtreecommitdiff
path: root/packages/sundials/src/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sundials/src/helpers.h')
-rw-r--r--packages/sundials/src/helpers.h3
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
11typedef struct _generic_N_Vector BarType;
12typedef 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