#! /bin/tcsh
rm -f Test.FChk
rm -f Tmp
#
# The following lines perform the calling of Gaussian-94
# They must be adapted to the local situation !!!
#
setenv g94root /home
setenv GAUSS_SCRDIR $PWD
source $g94root/g94/bsd/g94.login
nice -19 g94 <$1 >$1.log  
#
# Calling APOST-MS:
#
apost-ms >>$1.log  

