[gmx-developers] eigio.c fix?

David van der Spoel spoel at xray.bmc.uu.se
Thu Aug 7 09:12:58 CEST 2008


eladp at elaine.tau.ac.il wrote:
> 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.
> 
You are right, this fixes the problem. In the CVS version there is 
already a slightly different fix, but the effect is the same.


> 
> _______________________________________________
> gmx-developers mailing list
> gmx-developers at gromacs.org
> http://www.gromacs.org/mailman/listinfo/gmx-developers
> Please don't post (un)subscribe requests to the list. Use thewww 
> interface or send it to gmx-developers-request at gromacs.org.


-- 
David van der Spoel, Ph.D., Professor of Biology
Molec. Biophys. group, Dept. of Cell & Molec. Biol., Uppsala University.
Box 596, 75124 Uppsala, Sweden. Phone:	+46184714205. Fax: +4618511755.
spoel at xray.bmc.uu.se	spoel at gromacs.org   http://folding.bmc.uu.se



More information about the gromacs.org_gmx-developers mailing list