Skip to content

Commit

Permalink
- trivial modification to fix wsm compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Leonardo Laguna committed Aug 27, 2012
1 parent 5316903 commit cb626fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/Matching.mo
Expand Up @@ -61,7 +61,7 @@ protected import System;
/* Interfaces */
/*************************************/

partial function StructurallySingularSystemHandlerFunc
public partial function StructurallySingularSystemHandlerFunc
input list<Integer> eqns;
input Integer actualEqn;
input BackendDAE.EqSystem isyst;
Expand Down
5 changes: 2 additions & 3 deletions Compiler/Util/Graph.mo
Expand Up @@ -44,9 +44,8 @@ protected import Error;
protected import List;
protected import Util;

public
replaceable type NodeType subtypeof Any;
replaceable type ArgType subtypeof Any;
public replaceable type NodeType subtypeof Any;
public replaceable type ArgType subtypeof Any;

public function buildGraph
"This function will build a graph given a list of nodes, an edge function, and
Expand Down

0 comments on commit cb626fb

Please sign in to comment.