Hi,<div><br></div><div>thanks a lot. You are right. Fixed in GIT. Thus will be fixed in 4.5.2. </div><div><br></div><div>This bug affects reading a non-GROMACS trajectory format (e.g. DCD) with a non-symmetric box (box vector B!=C).</div>

<div><br></div><div>Roland<br><br><div class="gmail_quote">On Sun, Sep 19, 2010 at 3:05 PM, BIN ZHANG <span dir="ltr">&lt;<a href="mailto:zhngbn@gmail.com">zhngbn@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi, there:<br>
<br>
It seems to me that there was a bug at line 214 of function read_next_vmd_frame() in file ./src/gmxlib/vmdio.c.<br>
vec[0] = .1*ts.A; vec[1] = .1*ts.B; vec[2] = .1*ts.B; should be changed to :<br>
vec[0] = .1*ts.A; vec[1] = .1*ts.B; vec[2] = .1*ts.C;<br>
<br>
This is identified in gromacs4.5.1 version.<br>
<br>
Thanks,<br>
Bin<br><font color="#888888">
<br>
<br>
-- <br>
gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/Search" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/Search</a> before posting!<br>
Please don&#39;t post (un)subscribe requests to the list. Use thewww interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>ORNL/UT Center for Molecular Biophysics <a href="http://cmb.ornl.gov">cmb.ornl.gov</a><br>865-241-1537, ORNL PO BOX 2008 MS6309<br>
</div>