#!/bin/csh

foreach N (16 32 64)
	foreach MAX (2 3 4 5)
		prism brp.pm brp.pctl -const N=$N,MAX=$MAX -fixdl
	end
end
