git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13278 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-03-23 23:30:50 +00:00
parent 94d653c282
commit 84a5ec39ec
168 changed files with 1313 additions and 1218 deletions

View File

@ -69,8 +69,8 @@ FixTempCSVR::FixTempCSVR(LAMMPS *lmp, int narg, char **arg) :
// error checks
if (t_period <= 0.0) error->all(FLERR,"Fix temp/csvr period must be > 0.0");
if (seed <= 0) error->all(FLERR,"Illegal fix temp/csvr random seed");
if (t_period <= 0.0) error->all(FLERR,"Illegal fix temp/csvr command");
if (seed <= 0) error->all(FLERR,"Illegal fix temp/csvr command");
// create a new compute temp style
// id = fix-ID + temp, compute group = fix group
@ -125,8 +125,7 @@ int FixTempCSVR::setmask()
void FixTempCSVR::init()
{
// we cannot handle shake correctly at the moment.
// we cannot handle shake correctly at the moment
int has_shake = 0;
for (int i = 0; i < modify->nfix; i++)