| Lattice Microbes 2.5
    This is for whole cell modeling | 
#include <string>#include <iostream>#include <sstream>#include <cstdio>#include <cstdarg>#include <unistd.h>#include "config.h"#include "Print.h"| Macros | |
| #define | ANSI_COLOR_RED "\x1b[31m" | 
| #define | ANSI_COLOR_GREEN "\x1b[32m" | 
| #define | ANSI_COLOR_YELLOW "\x1b[33m" | 
| #define | ANSI_COLOR_BLUE "\x1b[34m" | 
| #define | ANSI_COLOR_MAGENTA "\x1b[35m" | 
| #define | ANSI_COLOR_CYAN "\x1b[36m" | 
| #define | ANSI_COLOR_RESET "\x1b[0m" | 
| #define | NO_ANSI "" | 
| #define | TAG_FATAL "FATAL" | 
| #define | TAG_ERROR "ERROR" | 
| #define | TAG_WARNING "Warning" | 
| #define | TAG_DEBUG "Debug" | 
| #define | TAG_INFO "Info" | 
| #define ANSI_COLOR_BLUE "\x1b[34m" | 
| #define ANSI_COLOR_CYAN "\x1b[36m" | 
| #define ANSI_COLOR_GREEN "\x1b[32m" | 
| #define ANSI_COLOR_MAGENTA "\x1b[35m" | 
| #define ANSI_COLOR_RED "\x1b[31m" | 
| #define ANSI_COLOR_RESET "\x1b[0m" | 
| #define ANSI_COLOR_YELLOW "\x1b[33m" | 
| #define NO_ANSI "" | 
| #define TAG_DEBUG "Debug" | 
| #define TAG_ERROR "ERROR" | 
| #define TAG_FATAL "FATAL" | 
| #define TAG_INFO "Info" | 
| #define TAG_WARNING "Warning" |