summaryrefslogtreecommitdiff
path: root/packages/sundials/src/helpers.h
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-03-17 12:37:41 +0000
committerDominic Steinitz <dominic@steinitz.org>2018-03-17 12:37:41 +0000
commit1635f317b5fe8bfcea33c5e7428598fffb0446d0 (patch)
treea068683ee467b8b6749952b61b2508cf161c1e3e /packages/sundials/src/helpers.h
parent7b98f43f6ddca22ec0581e1a48e0626e2a8bc3de (diff)
Start of the correct (non_Fortran) way
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