View | Details | Raw Unified | Return to ticket 433
Collapse All | Expand All

(-)a/src/plugins/select/alps/libalps/parser_basil_5.1.c (-1 / +1 lines)
Lines 231-237 const struct element_handler basil_5_1_elements[] = { Link Here
231
	},
231
	},
232
	[BT_ACCELALLOC]	= {
232
	[BT_ACCELALLOC]	= {
233
			.tag	= "AcceleratorAllocation",
233
			.tag	= "AcceleratorAllocation",
234
			.depth	= 5,
234
			.depth	= 7,
235
			.uniq	= false,
235
			.uniq	= false,
236
			.hnd	= eh_accel_alloc
236
			.hnd	= eh_accel_alloc
237
	},
237
	},

Return to ticket 433