﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5457	Re-simulation does not consider updated value	massimo ceraolo	somebody	"Consider the following model

{{{
model Test2 
  import Modelica.Constants.pi;
  parameter Real Ipm = 1.5;
  parameter Real varPar (fixed=false);
initial equation
  if Ipm>1.0 then
    varPar=pi/2;
  else
    varPar=asin(Ipm);
  end if;
equation
end Test2;
}}}
 When run from OMEdit with default simulation parameters (and ""Evaluate all parameter at compile time"" unchecked) I get for varPar, correctly 1.5708.
Now I change, from the plotting perspective, Ipm from 1.5 to 0.5, and click on re-simulate button.
Then varPar remains at the old value instead of changing into 0.523599.
Checked with Connected to v1.14.0-dev-234 under windows (64 bit)"	defect	closed	high	1.14.0	*unknown*	v1.13.2	duplicate		
