[gmx-developers] xpm2ps fix
Marc Baaden
baaden at smplinux.de
Fri Aug 2 14:14:50 CEST 2002
Hi,
I think I have fixed the problem with xpm2ps. It goes back to matio.c
If anybody wants to check, and those with write access to the CVS include
the fix in the new release if it is ok, here is the change:
matio.c line 541 reads
for(i=nmid; (i<*nlevels); i++) {
but I think it should be
for(i=0; (i<(*nlevels-nmid)); i++) {
Marc Baaden
--
Dr. Marc Baaden - Laboratory of Molecular Biophysics, Oxford University
mailto:baaden at smplinux.de - ICQ# 11466242 - http://www.marc-baaden.de
FAX/Voice +49 697912 39550 - Tel: +44 1865 275380 or +33 609 843217
More information about the gromacs.org_gmx-developers
mailing list