From 99ef26359118d7f94c08670deef0a1247aa7db8a Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Mon, 24 Apr 2006 01:55:03 +0000 Subject: [PATCH] - apparently plotParametric( {x, y} ) is wrong. should be plotParametric(x, y) git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/OMNotebook/DrModelica@2338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Variables/VanDerPol.onb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Variables/VanDerPol.onb b/Variables/VanDerPol.onb index b4cd1f0b398..45b4e73827c 100644 --- a/Variables/VanDerPol.onb +++ b/Variables/VanDerPol.onb @@ -35,7 +35,7 @@ end VanDerPol; <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><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;"></p></body></html> - plotParametric( { x, y } ); + plotParametric( x, y ); <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><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;"></p></body></html>