msgpool.h

Go to the documentation of this file.
00001 
00002 /* ///////////////////////////////////////////////////////////////////////// */
00003 /* This file is a part of the BSTools package                                */
00004 /* written by Przemyslaw Kiciak                                              */
00005 /* ///////////////////////////////////////////////////////////////////////// */
00006 /* (C) Copyright by Przemyslaw Kiciak, 2009                                  */
00007 /* this package is distributed under the terms of the                        */
00008 /* Lesser GNU Public License, see the file COPYING.LIB                       */
00009 /* ///////////////////////////////////////////////////////////////////////// */
00010 
00011 #define ERRMSG_0 "Not enough scratch memory"
00012 #define ERRMSG_1 "Cannot malloc"
00013 #define ERRMSG_2 "Invalid data"
00014 #define ERRMSG_3 "Cannot evaluate basis functions"
00015 #define ERRMSG_4 "Iterations limit exceeded"
00016 #define ERRMSG_5 "Bracketing failed"
00017 #define ERRMSG_6 "Failed to improve a point"
00018 #define ERRMSG_7 "Cannot decompose constraint equations matrix"
00019 #define ERRMSG_8 "Cannot transform the Hessian"
00020 #define ERRMSG_9 "Cannot find rows"
00021