Changeset 658 in tmcsimulator for trunk/test/tmcsim/cadsimulator/VisibleSystemDemoDriver.java
- Timestamp:
- 09/12/2022 02:19:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/cadsimulator/VisibleSystemDemoDriver.java
r558 r658 14 14 import tmcsim.paramicscommunicator.gui.ParamicsCommunicatorGUI; 15 15 import tmcsim.simulationmanager.SimulationManager; 16 import static tmcsim.simulationmanager.SimulationManager. kScenarioFolder;16 import static tmcsim.simulationmanager.SimulationManager.SCENARIOS_DIR; 17 17 18 18 /** … … 138 138 139 139 // Load a script file 140 String autoloadScriptname = kScenarioFolder+"/audio_systest.xml";140 String autoloadScriptname = SCENARIOS_DIR+"/audio_systest.xml"; 141 141 simMgrApp.loadScript(new File(autoloadScriptname)); 142 142 try
Note: See TracChangeset
for help on using the changeset viewer.
