﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1044	Second identical equation should be removed (from MathCore)	krsta	krsta	"Color2 class below should be legal but both the check reports three equations and two variables and thus it cannot build/simulate.

{{{
 class Color
  parameter Real red=0.2;
  parameter Real blue=0.6;
  Real green;
equation
  red + blue + green = 1;
end Color;

class Color2  // Should be OK!
  extends Color;
equation
  red + blue + green = 1;
end Color2;
}}}"	defect	closed	normal	Red October			fixed		krsta Per Östlund
