#include "InteractiveConsole.h"
#include "Utilities.h"
#include "ESTAnalyzer.h"
#include "EST.h"
#include "MPIHelper.h"
#include <algorithm>
#include <stdio.h>
#include <cmath>
#include <iomanip>
Go to the source code of this file.
Defines | |
#define | add_history(x) |
#define | INTRO |
#define add_history | ( | x | ) |
Definition at line 50 of file InteractiveConsole.cpp.
Referenced by InteractiveConsole::processCommands().
#define INTRO |
"\033[1;38mPEACE: Parallel EST Analyzer and Clustering Engine\n" \ "\033[0;39mCopyright (c) Miami University, Oxford, OHIO." \ "All rights reserved.\n" \ "Type the command \033[1;32mhelp\033[0;39m to obtain list " \ "of commands to run\n"
Definition at line 56 of file InteractiveConsole.cpp.
Referenced by InteractiveConsole::initialize().