﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2498	simulation fails with measureTime=true	Volker Waurich	Martin Sjölund	"Hi,

While running the msl 3.2 with measureTime=true some models are 
failing when simulated. Its always because an assert was called, like in Modelica.Blocks.Examples.Filter :

 {{{assert            | assert  | Referenced 'CriticalDamping.cr' that was not declared as <variable>}}}

Here the variable CriticalDamping.cr is actually an array and possibly occurs just as CriticalDamping[i] in the variables and therefore cannot be found.

This assert comes from
SimulationRuntime/c/simulation/simulation_info_xml.c  line 72.

The if where the measureTime flag is checked is in 
startNonInteractiveSimulation i.e. in simulation_runtime.cpp line 519.


"	defect	new	normal	Future	Run-time	trunk		measureTime	Willi Braun Lennart Ochel
