All examples for READTAB
#	Reads a table of shot coordinates.
#	All entries are input
#---------------------------------------------------------

*call	readtab	table	shots
shot	integer	1
x	float
y	float
z	float
file	all	shots.d

#---------------------------------------------------------