﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3888	Bug in module unitChecking	Lennart Ochel	Lennart Ochel	"The unit checking module calculates wrong unit information for the following example:
{{{#!mo
loadString(""
model test
  Real x(fixed=true, start=1);
equation
  der(x) = time;
end test;
""); getErrorString();
setCommandLineOptions(""--preOptModules+=unitChecking -d=dumpUnits""); getErrorString();
simulate(test); getErrorString();
}}}

However, the analysis seems to be correct but the final unit information is wrong.
{{{
true
""""
true
""""
#####################################
HashTable:
{x,{MASTER(x)}}
HashTable:
{x,{1.0 * s^(2)}}
######## UnitCheck COMPLETED ########
record SimulationResult
[…]
end SimulationResult;
""Notification: ""x"" has the Unit ""s""
""
}}}
"	defect	closed	high		Backend		fixed		
