Skip to content

Commit

Permalink
version check update
Browse files Browse the repository at this point in the history
  • Loading branch information
maggul committed Jan 20, 2025
1 parent 92db7e1 commit c680123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/solver/impls/arkode/arkode_mri.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "arkode_mri.hxx"

#if ((SUNDIALS_VERSION_MAJOR == 7 && SUNDIALS_VERSION_MINOR >= 2) || SUNDIALS_VERSION_MAJOR > 8)
SUNDIALS_VERSION_AT_LEAST(7, 2, 0)

#include "bout/assert.hxx"
#include "bout/bout_types.hxx"
Expand Down
2 changes: 1 addition & 1 deletion src/solver/impls/arkode/arkode_mri.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RegisterUnavailableSolver
#include "bout/region.hxx"
#include "bout/sundials_backports.hxx"

#if ((SUNDIALS_VERSION_MAJOR == 7 && SUNDIALS_VERSION_MINOR >= 2) || SUNDIALS_VERSION_MAJOR > 8)
SUNDIALS_VERSION_AT_LEAST(7, 2, 0)

#include <nvector/nvector_parallel.h>
#include <arkode/arkode_mristep.h>
Expand Down

0 comments on commit c680123

Please sign in to comment.