Skip to content

Commit dd8afe7

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 223969c commit dd8afe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/FrontEnd/CheckModel.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ algorithm
577577
/* mahge:
578578
We go through the component reference and replace any unknown subscripts (exp subs. mostly crefs) with whole-dims.
579579
This means if we don't know which array member is referenced exactly we assume the whole
580-
array is used. Sure variable subscripts maynot update/go-through the whole array.
580+
array is used. Sure variable subscripts maynot update/go-through the whole array.
581581
we just can't tell before simulation. So we assume whole array here.
582582
*/
583583
case (e as DAE.CREF(componentRef=cr), (expand,ht))

0 commit comments

Comments
 (0)