git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7247 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -40,7 +40,7 @@ using namespace LAMMPS_NS;
|
||||
RanPark::RanPark(LAMMPS *lmp, int seed_init) : Pointers(lmp)
|
||||
{
|
||||
if (seed_init <= 0)
|
||||
error->all(FLERR,"Invalid seed for Park random # generator");
|
||||
error->one(FLERR,"Invalid seed for Park random # generator");
|
||||
seed = seed_init;
|
||||
save = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user