Hello everybody,<div>For sometimes, I have been developing analysis tools for gromacs trajectories using the gromacs library. I am puzzled about some definitions in the file trajana.h, which I do not seem to understand completely. Why are definitions such as </div>
<div><p class="p1"><span class="s1">#define</span> ANA_USE_TOPX         (1&lt;&lt;1)</p><p class="p1"></p><p class="p1"><span class="s1">#define</span> ANA_NOUSER_PBC       (1&lt;&lt;4)</p><p></p><p class="p1">used in the code? What is the purpose of this bitwise shift - why not set ANA_USE_TOPX and ANA_NOUSER_PBC to 2 and 16 for instance?? </p>
<p class="p1">Thanks in advance</p><p class="p1">Paolo</p></div><div><br></div>