Skip to content

Commit

Permalink
Move QSS_TEST method to the end of the Solver enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Apr 25, 2023
1 parent 1b50762 commit 114b09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/common/data.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ typedef enum {
SD_QSS3,
SD_LIQSS3,
SD_QSS4,
SD_QSS_TEST,
SD_DASSL,
SD_DOPRI,
SD_CVODE_BDF,
SD_CVODE_AM,
SD_IDA
SD_IDA,
SD_QSS_TEST
} SD_Solver;

typedef enum {
Expand Down

0 comments on commit 114b09a

Please sign in to comment.