There is an error in your opticpara_lapw script.

The "/" that should be at the end of about line 42 before the "#" is missing.

It should be:

set scratch=`echo $SCRATCH  | sed -e 's/\/$//'`/ # we are afraid

However, you have:

if ( $?SCRATCH && $SCRATCH != '') then
  set scratch=`echo $SCRATCH  | sed -e 's/\/$//'` # we are afraid <-Line 42
                                # different settings in different
                                # computing centers
                                #use global variable for scratch if set
endif


_______________________________________________
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

Reply via email to