diff --git a/src/engine/Equation.h b/src/engine/Equation.h index 64a7b41c8..d043cc7ce 100644 --- a/src/engine/Equation.h +++ b/src/engine/Equation.h @@ -18,6 +18,7 @@ /* A class representing a single input equation. For now, all equations are interpreted as equalities, i.e. the sum of all addends equals the scalar */ +// class Equation { public: