diff options
Diffstat (limited to 'packages/sundials/src')
-rw-r--r-- | packages/sundials/src/Bar.hsc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/sundials/src/Bar.hsc b/packages/sundials/src/Bar.hsc index 4fe1b4b..26f0bf0 100644 --- a/packages/sundials/src/Bar.hsc +++ b/packages/sundials/src/Bar.hsc | |||
@@ -6,9 +6,11 @@ import Foreign | |||
6 | import Foreign.C.Types | 6 | import Foreign.C.Types |
7 | import Foreign.C.String | 7 | import Foreign.C.String |
8 | 8 | ||
9 | #include "/Users/dom/sundials/include/sundials/sundials_nvector.h" | 9 | |
10 | #include "/Users/dom/sundials/include/nvector/nvector_serial.h" | 10 | #include <stdio.h> |
11 | #include "/Users/dom/sundials/include/arkode/arkode.h" | 11 | #include <sundials/sundials_nvector.h> |
12 | #include <nvector/nvector_serial.h> | ||
13 | #include <arkode/arkode.h> | ||
12 | 14 | ||
13 | #def typedef struct _generic_N_Vector SunVector; | 15 | #def typedef struct _generic_N_Vector SunVector; |
14 | #def typedef struct _N_VectorContent_Serial SunContent; | 16 | #def typedef struct _N_VectorContent_Serial SunContent; |