﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3224	Final parameter is not refreshed in plot windows after re-simulating example	Christian Kral <dr.christian.kral@…>	somebody	"Consider the following example

{{{
model ParameterExample
  parameter Real a = 1;
  parameter Real b = 2;
  parameter Real c = a * b;
  final parameter Real d = a * b;
end ParameterExample;
}}}

I simulate the example. In the PLOT tab I change parameter a from 1 to 2 an re-simulate the example by performing a right click on {{{ParameterExample}}}, selecting {{{Re-simulate}}}. Then parameter {{{c}}} gets refreshed, whereas {{{d}}} does not get refreshed. "	defect	new	high	Future	*unknown*	trunk			
