mFES - molecular Finite Element Solver  0.4
Defines
utilities.h File Reference
#include <string>
#include <iostream>
#include <cstdlib>

Go to the source code of this file.

Defines

#define INFOS(msg)   {SLog->putMessage(*SLog<<__FILE__<<" ["<<__LINE__<<"] : "<<msg<<endl);}
#define PYSCRIPT(msg)   {SLog->putMessage(*SLog<<"---PYSCRIPT--- "<<msg<<endl);}
#define COMPILER   "undefined"
#define INFOS_COMPILATION
#define HERE
#define SCRUTE(var)   {}
#define MESSAGE(msg)   {}
#define REPERE
#define BEGIN_OF(msg)   {}
#define END_OF(msg)   {}
#define INTERRUPTION(code)   {}
#define ASSERT(condition)   {}
#define M_PI   3.14159265358979323846

Define Documentation

#define ASSERT (   condition)    {}
#define BEGIN_OF (   msg)    {}
#define COMPILER   "undefined"
#define END_OF (   msg)    {}
#define HERE
#define INFOS (   msg)    {SLog->putMessage(*SLog<<__FILE__<<" ["<<__LINE__<<"] : "<<msg<<endl);}
Value:
{ \
                           SLog->putMessage(\
                                           *SLog<<__FILE__<<" ["<< __LINE__<<"] : "\
                                           << "COMPILED with " << COMPILER \
                                           << ", " << __DATE__ \
                                           << " at " << __TIME__ <<endl); }
#define INTERRUPTION (   code)    {}
#define M_PI   3.14159265358979323846
#define MESSAGE (   msg)    {}
#define PYSCRIPT (   msg)    {SLog->putMessage(*SLog<<"---PYSCRIPT--- "<<msg<<endl);}
#define REPERE
#define SCRUTE (   var)    {}