From 7e498e8c2d40da7d75b86c7509025dfb2c3b7f45 Mon Sep 17 00:00:00 2001 From: Karim Date: Wed, 11 Apr 2018 16:39:16 +0200 Subject: [PATCH] [BE] Added usage of failtrace debug flag - BackendEquation.solveEquation --- Compiler/BackEnd/BackendEquation.mo | 1 + 1 file changed, 1 insertion(+) diff --git a/Compiler/BackEnd/BackendEquation.mo b/Compiler/BackEnd/BackendEquation.mo index 2a3b90dd6d..df8c00bcf2 100644 --- a/Compiler/BackEnd/BackendEquation.mo +++ b/Compiler/BackEnd/BackendEquation.mo @@ -2234,6 +2234,7 @@ algorithm then eq; */ else equation + true = Flags.isSet(Flags.FAILTRACE); BackendDump.dumpBackendDAEEqnList({eqn}, "function BackendEquation.solveEquation failed w.r.t " + ExpressionDump.printExpStr(crefExp), true); Error.addInternalError("function solveEquation failed", sourceInfo()); then fail();