File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/sunadaptcontroller/mrihtol Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ sundials_add_f2003_library(
17
17
SOURCES fsunadaptcontroller_mrihtol_mod.f90 fsunadaptcontroller_mrihtol_mod.c
18
18
LINK_LIBRARIES PUBLIC sundials_fcore_mod
19
19
OBJECT_LIBRARIES
20
- OUTPUT_NAME sundials_fsunadaptcontrollermrihtol_mod OBJECT_LIB_ONLY
21
- )
20
+ OUTPUT_NAME sundials_fsunadaptcontrollermrihtol_mod OBJECT_LIB_ONLY)
22
21
23
22
message (STATUS "Added SUNAdaptController_MRIHTol F2003 interface" )
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ sundials_add_f2003_library(
17
17
SOURCES fsunadaptcontroller_mrihtol_mod.f90 fsunadaptcontroller_mrihtol_mod.c
18
18
LINK_LIBRARIES PUBLIC sundials_fcore_mod
19
19
OBJECT_LIBRARIES
20
- OUTPUT_NAME sundials_fsunadaptcontrollermrihtol_mod OBJECT_LIB_ONLY
21
- )
20
+ OUTPUT_NAME sundials_fsunadaptcontrollermrihtol_mod OBJECT_LIB_ONLY)
22
21
23
22
message (STATUS "Added SUNAdaptController_MRIHTol F2003 interface" )
Original file line number Diff line number Diff line change 19
19
#include <stdlib.h>
20
20
21
21
#include <sunadaptcontroller/sunadaptcontroller_mrihtol.h>
22
- #include "sundials/priv/sundials_errors_impl.h"
23
22
#include <sundials/sundials_core.h>
23
+ #include "sundials/priv/sundials_errors_impl.h"
24
24
#include "sundials/sundials_errors.h"
25
25
26
26
#include "sundials_macros.h"
You can’t perform that action at this time.
0 commit comments