﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2173	simulate API function does not complain on wrong parameters	Francesco Casella	Adrian Pop	"Consider the following simple test case:

{{{
model Test
  Real x = sin(1000*time);
end Test;
}}}

if I call the following API function from OMShell (or OMEdit)

{{{
simulate(Test, stopTime = 1, numberOfIntervales=5000)
}}}

the compiler silently accepts numberOfIntervales (which is mis-spelled), and still uses the default number of intervals (i.e., 500).

IMHO, API function calls with nonexisting input arguments should generate an error."	defect	accepted	critical	2.0.0	Interactive Environment	trunk			
