Skip to content

Commit

Permalink
Parse qss test methods in settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Apr 20, 2023
1 parent 5395fcf commit 34d36d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engine/common/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ SD_Solver _getSolver(const char *sol)
return SD_LIQSS3;
} else if (!strcmp(sol, "QSS4")) {
return SD_QSS4;
} else if (!strcmp(sol, "QSS_TEST")) {
return SD_QSS_TEST;
} else if (!strcmp(sol, "DASSL")) {
return SD_DASSL;
} else if (!strcmp(sol, "DOPRI")) {
Expand Down

0 comments on commit 34d36d6

Please sign in to comment.