﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1684	cannot use Modelica.Mechanics.MultiBody.Frames.from_nxz in algorithm section	Christoph Höger	Christoph Höger	"\\The following model will produce fault c-code in omc release 1.8.0 (r10974)

{{model Foo}} \\{{  import Modelica.Mechanics.MultiBody.Frames;}} \\{{  }} \\{{  Frames.Orientation o;}} \\

{{  algorithm}} \\{{  o := Frames.from_nxz({1,0,0}, {0,0,1});}} \\{{end Foo;{{ \\}}}}

This one will not:

 

{{model Foo}} \\{{  import Modelica.Mechanics.MultiBody.Frames;}} \\{{  }} \\{{  Frames.Orientation o = }}{{Frames.from_nxz({1,0,0}, {0,0,1});}} \\{{end Foo;{{ \\}}}}"	defect	closed	high			trunk	fixed		Christoph Höger
