<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi, <br>
    </p>
    <p>I want to add a group to set atoms to a constant velocity.</p>
    <blockquote>
      <p><font size="-1" face="Courier New, Courier, monospace">enum<br>
          {<br>
              egcTC,    egcENER,   egcACC, egcFREEZE,<br>
              egcUser1, egcUser2,  egcVCM, egcCompressedX,<br>
              egcORFIT, egcQMMM,<br>
              egcNR<br>
          };</font></p>
      <p><font size="-1" face="Courier New, Courier, monospace">const
          char *gtypes[egcNR+1] = {<br>
              "T-Coupling", "Energy Mon.", "Acceleration", "Freeze",<br>
              "User1", "User2", "VCM", "Compressed X", "Or. Res. Fit",
          "QMMM", nullptr<br>
          };</font><br>
      </p>
    </blockquote>
    <p>Are "User1" and "User2" meant to be used like that and can they
      be renamed or should I add a new group and increase the number of
      groups?</p>
    <p>Greetings,</p>
    <p>Rebecca<br>
    </p>
  </body>
</html>