Skip to content

Commit

Permalink
Move QSS_TEST method to the end of Solver enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Apr 25, 2023
1 parent a11aef4 commit a1e54cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmoc/ir/annotation.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
namespace MicroModelica {
namespace IR {

typedef enum { QSS, CQSS, LIQSS, QSS2, LIQSS2, LIQSS_BDF, QSS3, LIQSS3, QSS4, QSS_TEST, DASSL, DOPRI, CVODE_BDF, CVODE_AM, IDA } Solver;
typedef enum { QSS, CQSS, LIQSS, QSS2, LIQSS2, LIQSS_BDF, QSS3, LIQSS3, QSS4, DASSL, DOPRI, CVODE_BDF, CVODE_AM, IDA, QSS_TEST } Solver;

typedef enum { Metis, HMetis, Scotch, Patoh, MTPL, MTPL_IT, Manual } PartitionMethod;

Expand Down

0 comments on commit a1e54cb

Please sign in to comment.