[gmx-users] A fix to eigio.c ?

eladp at elaine.tau.ac.il eladp at elaine.tau.ac.il
Wed Aug 6 10:21:11 CEST 2008


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-users mailing list