Skip to content

Commit

Permalink
- Sort output
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 14, 2012
1 parent 74d6c60 commit eb6f743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/BuildModelRecursive.mos
Expand Up @@ -43,7 +43,7 @@ a:={typeNameString(x) for x guard
and (not max("EngineV6" == s for s in typeNameStrings(x))) /* Until it has acceptable performance */
and isModel(x)
and (not isPartial(x))
in getClassNames(recursive=true)};
in getClassNames(recursive=true,sort=true)};
getErrorString();

// writeFile("x",sum(s + "\n" for s in a));
Expand Down

0 comments on commit eb6f743

Please sign in to comment.