also shows clks now in tooltip in analyzer

This commit is contained in:
Robert Gernhardt
2014-07-11 09:22:34 +02:00
parent 5746d8f38d
commit 2b427ecb6e
15 changed files with 36 additions and 41 deletions

View File

@@ -39,7 +39,7 @@ int sc_main(int argc, char **argv)
if(argc > 1)
simulationToRun = argv[1];
else
simulationToRun = "tests.xml";
simulationToRun = "sim-batch.xml";
SimulationManager manager(resources);
manager.loadSimulationsFromXML(resources + "/simulations/" + simulationToRun);