Skip to content

Commit

Permalink
Fixed doPlot.bat can run without PTII being set
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1588 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Mar 18, 2005
1 parent 0e6e3b6 commit 2a4e80b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modeq/scripts/doPlot.bat
@@ -1,3 +1,6 @@
@echo off
if defined PTII goto runplot
set PTII=%MOSHHOME%\..\ptplot.jar
:runplot
start javaw -classpath "%PTII%" ptolemy.plot.plotml.EditablePlotMLApplication %1

0 comments on commit 2a4e80b

Please sign in to comment.