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.
_______________________________________________
gmx-users mailing list gmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the
www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php