CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
internal messages

messages for internal usage More...

Variables

static const std::string cbl::par::ErrorMsg
 header of error messages for internal usage More...
 

Detailed Description

messages for internal usage

Variable Documentation

◆ ErrorMsg

const std::string cbl::par::ErrorMsg
static
Initial value:
= "\n" + col_onred +
" ================================== " + col_default + "\n" + col_onred +
" ===== CosmoBolognaLib error! ===== " + col_default + "\n" + col_onred +
" ================================== " + col_default + "\n\n"
static const std::string col_default
default colour (used when printing something on the screen)
Definition: Constants.h:297
static const std::string col_onred
background red colour (used when printing something on the screen)
Definition: Constants.h:306

header of error messages for internal usage

Definition at line 366 of file Constants.h.