VMD-L Mailing List
From: MyLinkka (mylinkka_at_gmail.com)
Date: Thu Jan 07 2010 - 10:35:57 CST
- Next message: Axel Kohlmeyer: "Re: VMD lammps plugin: a possible bug"
- Previous message: Leonardo Trabuco: "Re: conflict between VMD and Netbeans IDE on MacOSX"
- Next in thread: Axel Kohlmeyer: "Re: VMD lammps plugin: a possible bug"
- Reply: Axel Kohlmeyer: "Re: VMD lammps plugin: a possible bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Dear,
I tried to use VMD lammps plugin to read some "old style" lammps trj files.
But the coords. were read incorrectly. I briefly check the source and found
the plugin does some smart guess for the old style format. But on line
548 if (j > 4) { /* assume id type xs ys zs .... format */
where j is a return value of sscanf. I think it would be correct
if use (j>5) instead of (j>4).
Forgive me if I'm wrong, then it must be some other
reason causing my problem.
Thanks the plugin author anyway!
Ting Li (KUL)
- Next message: Axel Kohlmeyer: "Re: VMD lammps plugin: a possible bug"
- Previous message: Leonardo Trabuco: "Re: conflict between VMD and Netbeans IDE on MacOSX"
- Next in thread: Axel Kohlmeyer: "Re: VMD lammps plugin: a possible bug"
- Reply: Axel Kohlmeyer: "Re: VMD lammps plugin: a possible bug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]