Skip to content

Commit

Permalink
- Bump MSL version
Browse files Browse the repository at this point in the history
- Fix modelica:// for mo-files


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 10, 2013
1 parent 0508474 commit 9c78552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Script/CevalScript.mo
Expand Up @@ -4717,7 +4717,7 @@ algorithm
file = mp +& "/" +& name +& " " +& version +& ".mo";
true = System.regularFileExists(file);
// print("Found file 2: " +& file +& "\n");
then file;
then mp;

case (_,name::names,_,_)
equation
Expand All @@ -4730,7 +4730,7 @@ algorithm
file = mp +& "/" +& name +& ".mo";
true = System.regularFileExists(file);
// print("Found file 4: " +& file +& "\n");
then file;
then mp;

// This class is part of the current package.mo, or whatever...
case (_,_,_,true)
Expand Down

0 comments on commit 9c78552

Please sign in to comment.