Skip to content

Commit

Permalink
Change typedefs names to allow simulateous use of idas and cvodes (#337)
Browse files Browse the repository at this point in the history
Fixes #333. Some other typedefs already had specialized (towards idas or
cvodes) prefixed names, it won't harm to generalize this.

---------

Co-authored-by: Cody Balos <[email protected]>
  • Loading branch information
2 people authored and gardner48 committed Dec 18, 2023
1 parent 7480ec9 commit aef26f3
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 163 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SUNDIALS Changelog

## Changes to SUNDIALS in release X.X.X

Renamed some internal types in CVODES and IDAS to allow both packages to be built together in the same binary.

## Changes to SUNDIALS in release 6.6.2

Fixed the build system support for MAGMA when using a NVIDIA HPC SDK installation of CUDA
Expand Down
5 changes: 5 additions & 0 deletions doc/cvodes/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ Fortran.
Changes from previous versions
==============================

Changes in vX.X.X
-----------------

Renamed some internal types in CVODES and IDAS to allow both packages to be built together in the same binary.

Changes in v6.6.2
-----------------

Expand Down
5 changes: 5 additions & 0 deletions doc/idas/guide/source/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ integrate any final-condition ODE dependent on the solution of the original IVP
Changes from previous versions
==============================

Changes in vX.X.X
-----------------

Renamed some internal types in CVODES and IDAS to allow both packages to be built together in the same binary.

Changes in v5.6.2
-----------------

Expand Down
Loading

0 comments on commit aef26f3

Please sign in to comment.