remove unnecessary line included in 0ff7a9d

issue#70
Houtan Bastani 2019-11-26 16:37:01 +01:00
parent 8be9efa425
commit e3a3979eba
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 0 additions and 2 deletions

View File

@ -350,8 +350,6 @@ public:
void addEquation(expr_t eq, int lineno);
//! Declare a node as an equation of the model, also giving its tags
void addEquation(expr_t eq, int lineno, const vector<pair<string, string>> &eq_tags);
//! Add equation tags to equation tag table
void addEquationTagsToTable(const vector<pair<string, string>> &eq_tags);
//! Declare a node as an auxiliary equation of the model, adding it at the end of the list of auxiliary equations
void addAuxEquation(expr_t eq);
//! Returns the number of equations in the model