[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 20000717: segmentation fault from gennet.f



Thank you for the help. It turns out that the problem had to do with 
incorrectly defined variables. All are double precision while the gennet code 
forced then to be single precision. Once this was fixed, the program worked 
fine.