#include <cstdio>
#include "log.hpp"
#include <unistd.h>
Go to the source code of this file.
|
namespace | plask |
| Patterson quadrature for complex function along specified line.
|
|
◆ ANSI_BLACK
#define ANSI_BLACK "\033[30m" |
◆ ANSI_BLUE
#define ANSI_BLUE "\033[34m" |
◆ ANSI_BRIGHT_BLUE
#define ANSI_BRIGHT_BLUE "\033[34;01m" |
◆ ANSI_BRIGHT_CYAN
#define ANSI_BRIGHT_CYAN "\033[36;01m" |
◆ ANSI_BRIGHT_GREEN
#define ANSI_BRIGHT_GREEN "\033[32;01m" |
◆ ANSI_BRIGHT_MAGENTA
#define ANSI_BRIGHT_MAGENTA "\033[35;01m" |
◆ ANSI_BRIGHT_RED
#define ANSI_BRIGHT_RED "\033[31;01m" |
◆ ANSI_BRIGHT_WHITE
#define ANSI_BRIGHT_WHITE "\033[37;01m" |
◆ ANSI_BROWN
#define ANSI_BROWN "\033[33m" |
◆ ANSI_CYAN
#define ANSI_CYAN "\033[36m" |
◆ ANSI_DEFAULT
#define ANSI_DEFAULT "\033[00m" |
◆ ANSI_GRAY
#define ANSI_GRAY "\033[30;01m" |
◆ ANSI_GREEN
#define ANSI_GREEN "\033[32m" |
◆ ANSI_MAGENTA
#define ANSI_MAGENTA "\033[35m" |
◆ ANSI_RED
#define ANSI_RED "\033[31m" |
◆ ANSI_WHITE
#define ANSI_WHITE "\033[37m" |
◆ ANSI_YELLOW
#define ANSI_YELLOW "\033[33;01m" |