﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
275	modify arrays in examples to use new #define input feature	Stephen Siegel	bperry	"Several of the examples won't compile because they declare global arrays with extents that are not statically defined.    Fix this by using the #define to define the extents, as in

{{{
#pragma TASS input { N>0 } int
#define N 10
}}}
"	defect	new	major	1.1	examples	1.1		examples arrays extent	
