Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions openmodelica/fmi/ModelExchange/2.0/testBug2764.mos
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ readFile("modelDescription.tmp.xml");
// <ModelVariables>
// <!-- Index of variable = \"1\" -->
// <ScalarVariable
// name=\"y1\"
// name=\"_D_outputStateAlias_y1\"
// valueReference=\"0\"
// variability=\"continuous\"
// causality=\"local\"
Expand All @@ -73,7 +73,7 @@ readFile("modelDescription.tmp.xml");
// </ScalarVariable>
// <!-- Index of variable = \"2\" -->
// <ScalarVariable
// name=\"y2\"
// name=\"_D_outputStateAlias_y2\"
// valueReference=\"1\"
// variability=\"continuous\"
// causality=\"local\"
Expand All @@ -82,7 +82,7 @@ readFile("modelDescription.tmp.xml");
// </ScalarVariable>
// <!-- Index of variable = \"3\" -->
// <ScalarVariable
// name=\"der(y1)\"
// name=\"der(_D_outputStateAlias_y1)\"
// valueReference=\"2\"
// variability=\"continuous\"
// causality=\"local\"
Expand All @@ -91,7 +91,7 @@ readFile("modelDescription.tmp.xml");
// </ScalarVariable>
// <!-- Index of variable = \"4\" -->
// <ScalarVariable
// name=\"der(y2)\"
// name=\"der(_D_outputStateAlias_y2)\"
// valueReference=\"3\"
// variability=\"continuous\"
// causality=\"local\"
Expand All @@ -100,16 +100,16 @@ readFile("modelDescription.tmp.xml");
// </ScalarVariable>
// <!-- Index of variable = \"5\" -->
// <ScalarVariable
// name=\"_D_outputStateAlias_y1\"
// name=\"u\"
// valueReference=\"4\"
// variability=\"continuous\"
// causality=\"output\"
// initial=\"calculated\">
// <Real/>
// causality=\"input\"
// >
// <Real start=\"-2.0\"/>
// </ScalarVariable>
// <!-- Index of variable = \"6\" -->
// <ScalarVariable
// name=\"_D_outputStateAlias_y2\"
// name=\"y1\"
// valueReference=\"5\"
// variability=\"continuous\"
// causality=\"output\"
Expand All @@ -118,12 +118,12 @@ readFile("modelDescription.tmp.xml");
// </ScalarVariable>
// <!-- Index of variable = \"7\" -->
// <ScalarVariable
// name=\"u\"
// name=\"y2\"
// valueReference=\"6\"
// variability=\"continuous\"
// causality=\"input\"
// >
// <Real start=\"-2.0\"/>
// causality=\"output\"
// initial=\"calculated\">
// <Real/>
// </ScalarVariable>
// <!-- Index of variable = \"8\" -->
// <ScalarVariable
Expand Down Expand Up @@ -165,11 +165,11 @@ readFile("modelDescription.tmp.xml");
// </ModelVariables>
// <ModelStructure>
// <Outputs>
// <Unknown index=\"5\" dependencies=\"1\" dependenciesKind=\"dependent\" />
// <Unknown index=\"6\" dependencies=\"2\" dependenciesKind=\"dependent\" />
// <Unknown index=\"6\" dependencies=\"1\" dependenciesKind=\"dependent\" />
// <Unknown index=\"7\" dependencies=\"2\" dependenciesKind=\"dependent\" />
// </Outputs>
// <Derivatives>
// <Unknown index=\"3\" dependencies=\"7\" dependenciesKind=\"dependent\" />
// <Unknown index=\"3\" dependencies=\"5\" dependenciesKind=\"dependent\" />
// <Unknown index=\"4\" dependencies=\"1\" dependenciesKind=\"dependent\" />
// </Derivatives>
// </ModelStructure>
Expand Down