diff --git a/SymHop/src/SymHop.cpp b/SymHop/src/SymHop.cpp index 1526a8035..7fe6fb360 100644 --- a/SymHop/src/SymHop.cpp +++ b/SymHop/src/SymHop.cpp @@ -3758,7 +3758,7 @@ QString SymHop::getFunctionDerivative(const QString &key) //! @brief Returns a list with supported functions for equation-based model generation QStringList SymHop::getSupportedFunctionsList() { - return QStringList() << "div" << "rem" << "mod" << "tan" << "cos" << "sin" << "atan" << "acos" << "asin" << "atan2" << "sinh" << "cosh" << "tanh" << "log" << "exp" << "sqrt" << "sign" << "abs" << "der" << "onPositive" << "onNegative" << "signedSquareL" << "limit" << "integer" << "floor" << "ceil" << "pow" << "min" << "max" << "nonZero" << "turbulentFlow" << "delay" << "equal" << "notEqual" << "greaterThan" << "smallerThan" << "greaterThanOrEqual" << "smallerThanOrEqual" << "r2d" << "d2r"; + return QStringList() << "div" << "rem" << "mod" << "tan" << "cos" << "sin" << "atan" << "acos" << "asin" << "atan2" << "sinh" << "cosh" << "tanh" << "log" << "exp" << "sqrt" << "sign" << "abs" << "der" << "onPositive" << "onNegative" << "signedSquareL" << "limit" << "integer" << "floor" << "ceil" << "pow" << "min" << "max" << "nonZero" << "turbulentFlow" << "delay" << "equal" << "notEqual" << "greaterThan" << "smallerThan" << "greaterThanOrEqual" << "smallerThanOrEqual" << "r2d" << "d2r" << "pi"; } diff --git a/dependencies/tools b/dependencies/tools index f439a82d4..646bbb3c3 160000 --- a/dependencies/tools +++ b/dependencies/tools @@ -1 +1 @@ -Subproject commit f439a82d4b780e63d5695d694cce0e6a9d34c87b +Subproject commit 646bbb3c33621f5d2d5ca1a39c1cc0808695729d