[gmx-developers] eigio.c fix?
eladp at elaine.tau.ac.il
eladp at elaine.tau.ac.il
Thu Aug 7 08:56:31 CEST 2008
Hi,
I've already posted this to the users list, but I think this list is more
appropriate:
make_edi crashes on 3.3.3 (but not on 3.3.1).
I think the problem is in eigio.c where the following lines were added
after 3.3.1:
eignr=NULL;
eigval=NULL;
eigvec=NULL;
I guess it should be:
*eignr=NULL;
*eigval=NULL;
*eigvec=NULL;
Elad P.
More information about the gromacs.org_gmx-developers
mailing list