Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef OLAERRORMESSAGES_H_
00009 #define OLAERRORMESSAGES_H_
00010
00011 const static char OLABaseTargetfDim[] = "f needs to have dimensions";
00012 const static char OLABaseMissing1dTargetFunc[] = "Expected 1D target function, f(z; z0) is missing from input";
00013 const static char OLABaseSettingSigmah1[] = "User-defined target function found, setting sigma_h step to 1";
00014
00015
00016 const static char OLABaseNoDirCkpt[] = "No directories found for possible checkpoint files";
00017 const static char OLABaseNoStatCkpt[] = "Cannot stat checkpoint files. Ignoring them";
00018 #endif