--- trunk/mdtools/interface_implementation/DipoleTestFF.cpp 2002/07/09 18:40:59 11 +++ trunk/mdtools/interface_implementation/DipoleTestFF.cpp 2002/11/14 22:00:44 176 @@ -7,9 +7,17 @@ using namespace std; #include "ForceFields.hpp" #include "SRI.hpp" +#include "simError.h" DipoleTestFF::DipoleTestFF(){ + +#ifdef IS_MPI + sprintf( painCave.errMsg, + "DipoleTest ForceField does not currently support mpi" ); + painCave.isFatal = 1; + simError(); +#endif // is_mpi char fileName[200]; char* ffPath_env = "FORCE_PARAM_PATH";