gfse: small linearization type display adjustment

This commit is contained in:
hallgren
2012-09-30 19:53:57 +00:00
parent 5f3e3e8fa2
commit 00490c07dd

View File

@@ -1297,7 +1297,7 @@ function draw_lins(g,ci) {
var fty=function_type(g,f.fun)
var linty=lintype(g,conc,igs,dc,fty)
if(fty)
fn.title=f.fun+": "+show_type(fty)
fn.title="fun "+f.fun+": "+show_type(fty)
+"\nlin "+f.fun+": "+show_lintype(linty)
var l=[fn]
for(var i=0; i<f.args.length;i++) {