﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3258	Missing AlgebraicModelJacobian::initializeColoredJacobianA()	Rüdiger Franke	Marcus Walther	"See the following model without states:
{{{#!mo
model AlgebraicModel
  input Real u;
  output Real y = 2*u;
end AlgebraicModel;
}}}

`setCommandLineOptions(""+simCodeTarget=Cpp"");translateModel(AlgebraicModel)` works.

`translateModelFMU(AlgebraicModel, version=""2.0"")` gives the compilation error:
{{{
OMCppAlgebraicModelExtension.cpp: In member function ‘virtual void AlgebraicModelExtension::initialize()’:
OMCppAlgebraicModelExtension.cpp:34:3: error: ‘initializeColoredJacobianA’ is not a member of ‘AlgebraicModelJacobian’
   AlgebraicModelJacobian::initializeColoredJacobianA();
   ^
<builtin>: recipe for target 'OMCppAlgebraicModelCalcHelperMain.o' failed
}}}

In fact the method `initializeColoredJacobianA` is missing if generating an FMU for a model without states."	defect	closed	high	1.9.3	Cpp Run-time	trunk	fixed		Ruediger Kampfmann Volker Waurich Niklas Worschech
