Skip to content

Commit

Permalink
- apparently plotParametric( {x, y} ) is wrong. should be plotParamet…
Browse files Browse the repository at this point in the history
…ric(x, y)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 24, 2006
1 parent 19defb1 commit 99ef263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Variables/VanDerPol.onb
Expand Up @@ -35,7 +35,7 @@ end VanDerPol;
<Text>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Courier New; font-size:11pt; color:#000000;">&lt;/p>&lt;/body>&lt;/html></Text>
</TextCell>
<InputCell style="Input" closed="true" >
<Input>plotParametric( { x, y } );</Input>
<Input>plotParametric( x, y );</Input>
<Output>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Courier New; font-size:11pt; color:#000000;">&lt;/p>&lt;/body>&lt;/html></Output>
</InputCell>
<TextCell style="Text" >
Expand Down

0 comments on commit 99ef263

Please sign in to comment.