Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Mar 13, 2015
1 parent b8529ba commit 5a9c2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ComponentReference.mo
Expand Up @@ -3017,7 +3017,7 @@ protected
algorithm
// Expand each subscript into a list of subscripts.
subslst := List.threadMap(inSubscripts, inDimensions, Expression.expandSubscript);

subslst := List.combination(subslst);
for subs in subslst loop
outCrefs := makeCrefIdent(inId,inType,subs)::outCrefs;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -6265,7 +6265,7 @@ algorithm
(basety,dims) = Types.flattenArrayTypeOpt(ty);
ty = DAE.T_ARRAY(basety, dims, Types.getTypeSource(basety));
left = ComponentReference.makeCrefIdent("$TMP_" + intString(iuniqueEqIndex), ty, {});

lhse = DAE.CREF(left,ty);
// Expand the tmp cref and create the list of rhs vars
// to update the original lhs vars
Expand Down

0 comments on commit 5a9c2c7

Please sign in to comment.