﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
97	wrong function printed	Stephen Siegel	ywei	"Running 
{{{
compare -verbose examples/matmat/matmat-seq_1_1_2.mmp -np 1 examples/matmat/matmat-par_1_1_2.mmp -np 2
}}}
the model prints out as follows:
{{{
| begin process 0
| | main function : main;
| | | matmat-seq_1_1_2.mmp 10.0--10.57: ""void vecmat(real[] vector, real[][] matrix, real[] result)""
| | begin function vecmat
}}}
The problem is that the text quoted is the signature not of main but of a different function, vecmat."	defect	closed	major		front	1.0	fixed	parse, function, main, print	
