Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Expected result
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2287
  - #879
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Mar 17, 2018
1 parent 27c536c commit 472cc11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,26 @@ readFile("modelDescription.tmp.xml");
// </ModelExchange>
// <TypeDefinitions>
// <Clocks>
// <Clock><Periodic
// <Clock><Inferred
// intervalCounter=\"9\"
// shiftCounter=\"2\"
// resolution=\"6\"
// /></Clock>
// <Clock><Periodic
// <Clock><Inferred
// intervalCounter=\"36\"
// shiftCounter=\"2\"
// resolution=\"12\"
// /></Clock>
// <Clock><Periodic
// <Clock><Inferred
// intervalCounter=\"4\"
// shiftCounter=\"2\"
// resolution=\"4\"
// /></Clock>
// <Clock><Periodic
// <Clock><Inferred
// intervalCounter=\"2\"
// resolution=\"2\"
// /></Clock>
// <Clock><Periodic
// <Clock><Inferred
// interval=\"0.5\"
// shiftCounter=\"1\"
// /></Clock>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ readFile("modelDescription.tmp.xml");
// </ModelExchange>
// <TypeDefinitions>
// <Clocks>
// <Clock><Periodic
// <Clock><Inferred
// interval=\"0.2\"
// shiftCounter=\"3\"
// /></Clock>
Expand Down

0 comments on commit 472cc11

Please sign in to comment.