Hi, there:

It seems to me that there was a bug at line 214 of function read_next_vmd_frame() in file ./src/gmxlib/vmdio.c. vec[0] = .1*ts.A; vec[1] = .1*ts.B; vec[2] = .1*ts.B; should be changed to :
vec[0] = .1*ts.A; vec[1] = .1*ts.B; vec[2] = .1*ts.C;

This is identified in gromacs4.5.1 version.

Thanks,
Bin


--
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
Please don't post (un)subscribe requests to the list. Use the www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to