#!/bin/csh

foreach N ( 50 100 200 300 400 500 )
	prism cell.sm cell.csl -const N=$N,T=0.5 -sor
end
