﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3501	Wrong sparsity information reported by -lv LOG_SOLVER	Francesco Casella	Lennart Ochel	"If I simulate the following simple model with {{{-lv LOG_SOLVER}}}
{{{
model foo
  Real x1,x2;
equation
  der(x1) = x2;
  der(x2) = x1;
end foo;
}}}

I get

{{{
LOG_SOLVER        | info    | sparse structure of jacobian A [size: 2x2]
|                 | |       | | 2 nonzero elements
|                 | |       | | transposed sparse structure (rows: states)
|                 | |       | | |   * 
|                 | |       | | | * * 
}}}

The number of nonzero elements is correct, but there is one star too many in the sparse structure table."	defect	closed	normal	1.9.4	Run-time		fixed		Lennart Ochel Willi Braun
