# Test the use of a sphere as a cutout
#  i.e. test the handling of duplicate blocks

# Use cubic model elements
blocksize 5 5 5

# xs,ys,zs are the lengths of the solid's sides
#     x y z  rho  xs ys zs
block 0 0 60 1000 50 50 50

# sphere cutout of the center
#  density of 0 effectively removes blocks
#      x  y  z  r  rho
sphere 25 00 60 25 -1000.0
