Skip to content

Commit def3cd0

Browse files
committed
adapt test to simplified FMI XML format for clocks
1 parent d7f85b3 commit def3cd0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,11 @@ readFile("modelDescription.tmp.xml");
133133
// <InitialUnknowns>
134134
// </InitialUnknowns>
135135
// <Clocks>
136-
// <Clock><SubSampled baseClockIndex=\"2\"
137-
// subSampleFactor=\"2\"
138-
// shiftCounter=\"3\"
136+
// <Clock><Periodic
137+
// baseInterval=0.1
138+
// subSampleFactor=\"2\"
139+
// shiftCounter=\"3\"
139140
// /></Clock>
140-
// <Clock><Periodic>
141-
// <Real interval=\"0.1\" />
142-
// </Periodic></Clock>
143141
// </Clocks>
144142
// </ModelStructure>
145143
// </fmiModelDescription>

0 commit comments

Comments
 (0)