<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Thanks for reporting this.<br>
      <br>
      Could you file an issue on redmine.gromacs.org and attach the
      input files needed to reproduce this?<br>
      <br>
      Cheers,<br>
      <br>
      Berk<br>
      <br>
      On 02/08/2019 16.34, Zachmann, Martin wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:fc6661ed068548589149291cafdf10b4@tum.de">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
      <div id="divtagdefaultwrapper"
style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;"
        dir="ltr">
        <p>Hello</p>
        <p>there is a separate residue for charged GLN (QLN) in the
          OPLS-forcefield file aminoacids.rtp.</p>
        <p>This residue uses the preprocessor define "<span>dih_GLN_chi4_C_C_O_H</span>"
          for a dihedral parameter set.</p>
        <p>However, this macro is not defined anywhere (esp. not in
          ffbonded.itp with all the others).</p>
        <p>The reason why grompp does not complain, is because the
          function push_bond() uses sscanf</p>
        <p><span>   nread = sscanf(line,format,&amp;cc[0],</span>.....</p>
        <p>expecting double values. When strings are read instead, the
          variable nread is zero, and grompp assumes</p>
        <p>default values for this dihedral.</p>
        <p>If I'm correct, we should either delete the non-existing
          macro, or have to add values for this dihedral.</p>
        <p>Thank you for your time,</p>
        <p>regards Martin<br>
        </p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <br>
  </body>
</html>