#!/bin/csh -f
onintr error

if (-e $1.H) then
else
if (-e $1) then
atoF < $1  > $1.H
else
goto error
endif
endif

if (-e $2.H) then
else
if (-e $2) then
atoF < $2  > $2.H
else
goto error 
endif
endif

/r3/martin/bin/mtype/combine.x < $1.H inp2=$2.H >$3.H


error:
