#! /bin/csh -f 

#execution
	if ( -e f05 ) then
		$dvdir/object/atomlen.exe
	else
		echo 'f05 not found'
		exit
	endif
