<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>There is an error in your opticpara_lapw script.<br>
    </p>
    <p>The "/" that should be at the end of about line 42 before the "#"
      is missing.</p>
    <p>It should be:</p>
    <p>set scratch=`echo $SCRATCH  | sed -e 's/\/$//'`<font
        color="#ff0000">/</font> # we are afraid<br>
    </p>
    <p>However, you have:<br>
    </p>
    <blockquote type="cite"
cite="mid:CA+o1xQfv+zu3f5bpi392e4-UCgcCa++i=dWB7zGXysz+8mvfpg@mail.gmail.com">
      <div dir="ltr">
        <div>if ( $?SCRATCH && $SCRATCH != '') then<br>
            set scratch=`echo $SCRATCH  | sed -e 's/\/$//'` # we are
          afraid <font color="#ff0000"><-Line 42</font><br>
                                          # different settings in
          different<br>
                                          # computing centers<br>
                                          #use global variable for
          scratch if set<br>
          endif<br>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>