This is the mail archive of the CVS commit mailing list for the GSL project. See the GSL home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

gsl/err gsl_errno.h



CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	bjg@egcs.cygnus.com	99/02/28 13:04:06

Modified files:
	err            : gsl_errno.h 

Log message:
	moved all the error codes into a single enum instead of having a separate
	enum for GSL_SUCCESS and GSL_FAILURE
	
	added GSL_CONTINUE as an error code indicating that an iteration process
	has not converged and should be continued for more iterations.