Skip to content

Commit

Permalink
[FMI] join functionTrees for directional derivative
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#1915
  • Loading branch information
Willi Braun authored and OpenModelica-Hudson committed Oct 17, 2017
1 parent 75ec7ef commit 6c085bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/SymbolicJacobian.mo
Expand Up @@ -1660,6 +1660,7 @@ try
BackendDump.dumpSparsityPattern(sparsePattern, "FMI sparsity");
end if;
outJacobianMatrixes := (outJacobian, sparsePattern, sparseColoring)::outJacobianMatrixes;
outFunctionTree := DAE.AvlTreePathFunction.join(inBackendDAE.shared.functionTree, outFunctionTree);
end if;
else
Error.addInternalError("function createFMIModelDerivatives failed", sourceInfo());
Expand Down

0 comments on commit 6c085bb

Please sign in to comment.