﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4643	Problems with scalar x array multiplication in NF	Francesco Casella	Per Östlund	"Consider this test case
{{{
model M
  Real k = 2;
  Real v[2] = {10, 20};
  Real w[2] = k*v;
end M;
}}}
The NF responds
{{{
Cannot resolve type of expression ' k .* v '.
The operands have types ' Real .* Real[2] ' in component Real.
}}}

Why is {{{.*}}} considered and not {{{*}}}?

This affects several models in the MSL 3.2.2, e.g. [https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.2/files/Modelica_3.2.2_Modelica.Blocks.Examples.NoiseExamples.DrydenContinuousTurbulence.err Modelica.Blocks.Examples.NoiseExamples.DrydenContinuousTurbulence]"	defect	closed	high	2.0.0	New Instantiation		fixed		
