fix path to SunDisplay.jar in SIM_sun/RUN_test/input.py

This commit is contained in:
John M. Penn 2017-06-06 14:28:22 -05:00
parent 11aa54d4a4
commit 6c73951488

View File

@ -91,7 +91,7 @@ sun_predictor.sun.local_time.sec = current_local_time.second
# Start the display VarServer Client
#==========================================
varServerPort = trick.var_server_get_port();
SunDisplay_path = "models/Graphics/dist/SunDisplay.jar"
SunDisplay_path = "models/graphics/dist/SunDisplay.jar"
if (os.path.isfile(SunDisplay_path)) :
SunDisplay_cmd = "java -jar " \