mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13723 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bbef0a814a
commit
2a05c2eaec
|
@ -149,6 +149,9 @@ int FixPIMD::setmask()
|
|||
|
||||
void FixPIMD::init()
|
||||
{
|
||||
if (atom->map_style == 0)
|
||||
error->all(FLERR,"Fix pimd requires an atom map, see atom_modify");
|
||||
|
||||
if(universe->me==0 && screen) fprintf(screen,"Fix pimd initializing Path-Integral ...\n");
|
||||
|
||||
// prepare the constants
|
||||
|
|
Loading…
Reference in New Issue