diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f91940fe..aa56fad501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ Fixed a bug in MRIStep where the data supplied to the Hermite interpolation modu not include contributions from the fast right-hand side function. With this fix, users will see one additional fast right-hand side function evaluation per slow step with the Hermite interpolation option. + Fixed a CMake configuration issue related to aliasing an `ALIAS` target when using `ENABLE_KLU=ON` in combination with a static-only build of SuiteSparse. diff --git a/doc/shared/RecentChanges.rst b/doc/shared/RecentChanges.rst index 008e7b8508..9885baca5a 100644 --- a/doc/shared/RecentChanges.rst +++ b/doc/shared/RecentChanges.rst @@ -89,6 +89,7 @@ Fixed a bug in MRIStep where the data supplied to the Hermite interpolation modu not include contributions from the fast right-hand side function. With this fix, users will see one additional fast right-hand side function evaluation per slow step with the Hermite interpolation option. + Fixed a CMake configuration issue related to aliasing an ``ALIAS`` target when using ``ENABLE_KLU=ON`` in combination with a static-only build of SuiteSparse. diff --git a/src/arkode/arkode_mristep.c b/src/arkode/arkode_mristep.c index 9d64474393..823324bf81 100644 --- a/src/arkode/arkode_mristep.c +++ b/src/arkode/arkode_mristep.c @@ -4221,7 +4221,7 @@ int mriStep_Hin(ARKodeMem ark_mem, sunrealtype tcur, sunrealtype tout, /*=============================================================== User-callable functions for a custom inner integrator - ---------------------------------------------------------------*/ + ===============================================================*/ int MRIStepInnerStepper_Create(SUNContext sunctx, MRIStepInnerStepper* stepper) { diff --git a/test/answers b/test/answers index 75bd7fe761..294c370633 160000 --- a/test/answers +++ b/test/answers @@ -1 +1 @@ -Subproject commit 75bd7fe7617b1bad926f8203eac32430890880e3 +Subproject commit 294c3706336ef84e9719b419a4e29d9a551e7294