#!/bin/csh -f 

mrchcube -f ascii -t 1.5 -d 5 5 5 < sphere-5x5x5 > ! s1
mrchcube -f ascii -t 1.2 -d 5 5 5 < sphere-5x5x5 > ! s2
mrchcube -f ascii -t 0.9 -d 5 5 5 < sphere-5x5x5 > ! s3

mrchcube -f ascii -t 1.5 -d 3 3 3 < sphere-3x3x3 > ! p1
mrchcube -f ascii -t 1.2 -d 3 3 3 < sphere-3x3x3 > ! p2
mrchcube -f ascii -t 0.9 -d 3 3 3 < sphere-3x3x3 > ! p3
