Changeset 13371


Ignore:
Timestamp:
2012-10-13T21:04:07+02:00 (12 years ago)
Author:
jfrenkel
Message:
  • make WhenNoRetCall working again
Location:
trunk/testsuite/simulation/modelica/equations
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/simulation/modelica/equations/Makefile

    r13365 r13371  
    2020WhenArrayReinit.mos \
    2121WhenEquation.mos WhenEquation1.mos \
     22WhenNoRetCall.mos \
    2223when_sorting.mos \
    2324
     
    2728# Run make testfailing
    2829FAILINGTESTFILES= \
    29 BouncingBallExamplesDOPRI5.mos \
    30 WhenNoRetCall.mos
     30BouncingBallExamplesDOPRI5.mos
    3131
    3232
  • trunk/testsuite/simulation/modelica/equations/WhenNoRetCall.mos

    r13364 r13371  
    1515// true
    1616// record SimulationResult
    17 //     resultFile = "",
    18 //     simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'WhenNoRetCall', storeInTemp = false, noClean = false, options = '', outputFormat = 'mat', variableFilter = '.*', measureTime = false, cflags = '', simflags = ''",
     17//     resultFile = "WhenNoRetCall_res.mat",
     18//     simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 0.000001, method = 'dassl', fileNamePrefix = 'WhenNoRetCall', storeInTemp = false, noClean = false, options = '', outputFormat = 'mat', variableFilter = '.*', measureTime = false, cflags = '', simflags = ''",
    1919//     messages = "printing at time: 0
    2020// printing at time: 0.1
Note: See TracChangeset for help on using the changeset viewer.