Changeset f13c165 in OpenModelica


Ignore:
Timestamp:
2021-11-23T18:06:57+01:00 (2 years ago)
Author:
Per Östlund <perost86@…>
Parents:
9f0cb452
git-author:
Per Östlund <perost86@…> (11/23/21 18:06:45)
git-committer:
Per Östlund <perost86@…> (11/23/21 18:06:57)
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/FrontEnd/DAE.mo

    r25b5073b rf13c165  
    270270  end WHEN_EQUATION;
    271271
    272   record INITIAL_FOR_EQUATION " a for-equation"
     272  record INITIAL_FOR_EQUATION " an initial for-equation"
    273273    Type type_ "this is the type of the iterator";
    274274    Boolean iterIsArray "True if the iterator has an array type, otherwise false.";
     
    280280  end INITIAL_FOR_EQUATION;
    281281
    282   record FOR_EQUATION " an initial for-equation"
     282  record FOR_EQUATION " a for-equation"
    283283    Type type_ "this is the type of the iterator";
    284284    Boolean iterIsArray "True if the iterator has an array type, otherwise false.";
Note: See TracChangeset for help on using the changeset viewer.