﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1188	Connections.isRoot evaluates to wrong value in Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody	Peter Aronsson	Peter Aronsson	"Connections.isRoot evaluates to wrong value in Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.

The flat model for the example contains:

{{{if true then
  body.body.Q[1] = 0.0;
  body.body.Q[2] = 0.0;
  ...
  body.body.phi_dd[3] = 0.0;
  elseif body.body.useQuaternions then
  …}}}

But it should be 

 
{{{if false then
  body.body.Q[1] = 0.0;
  body.body.Q[2] = 0.0;
  ...
  body.body.phi_dd[3] = 0.0;
  elseif body.body.useQuaternions then
  …}}}"	defect	closed	blocker				fixed		Peter Aronsson Adrian Pop
