All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros
PlumedMain.cpp File Reference
#include "PlumedMain.h"
#include "tools/Tools.h"
#include <cstring>
#include "ActionPilot.h"
#include "ActionWithValue.h"
#include "ActionAtomistic.h"
#include "ActionWithVirtualAtom.h"
#include "Atoms.h"
#include <set>
#include "config/Config.h"
#include <cstdlib>
#include "ActionRegister.h"
#include "GREX.h"
#include "tools/Exception.h"
#include "ActionSet.h"
#include "tools/Log.h"
#include "tools/DLLoader.h"
#include "tools/Communicator.h"
#include "CLToolMain.h"
#include "tools/Stopwatch.h"
#include "tools/Citations.h"
#include "ExchangePatterns.h"
#include "tools/IFile.h"

Go to the source code of this file.

Namespaces

 PLMD
 

Macros

#define CHECK_INIT(ini, word)   plumed_massert(ini,"cmd(\"" + word +"\") should be only used after plumed initialization")
 
#define CHECK_NOTINIT(ini, word)   plumed_massert(!(ini),"cmd(\"" + word +"\") should be only used before plumed initialization")
 
#define CHECK_NULL(val, word)   plumed_massert(val,"NULL pointer received in cmd(\"" + word + "\")");
 

Macro Definition Documentation

#define CHECK_INIT (   ini,
  word 
)    plumed_massert(ini,"cmd(\"" + word +"\") should be only used after plumed initialization")

Definition at line 100 of file PlumedMain.cpp.

#define CHECK_NOTINIT (   ini,
  word 
)    plumed_massert(!(ini),"cmd(\"" + word +"\") should be only used before plumed initialization")

Definition at line 101 of file PlumedMain.cpp.

#define CHECK_NULL (   val,
  word 
)    plumed_massert(val,"NULL pointer received in cmd(\"" + word + "\")");

Definition at line 102 of file PlumedMain.cpp.