Skip to content

Commit

Permalink
- Fixed Builtin.isDer typo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 12, 2010
1 parent d1f8fc5 commit 9035a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Builtin.mo
Expand Up @@ -2341,7 +2341,7 @@ algorithm
_:=
matchcontinue (inPath)
case (Absyn.IDENT(name = "der")) then ();
case (Absyn.FULLYQUALIFIED(inPath)) equation isAbs(inPath); then ();
case (Absyn.FULLYQUALIFIED(inPath)) equation isDer(inPath); then ();
end matchcontinue;
end isDer;

Expand Down

0 comments on commit 9035a8d

Please sign in to comment.