git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13088 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -60,7 +60,8 @@ ComputeStressAtom::ComputeStressAtom(LAMMPS *lmp, int narg, char **arg) :
|
||||
error->all(FLERR,"Could not find compute stress/atom temperature ID");
|
||||
if (modify->compute[icompute]->tempflag == 0)
|
||||
error->all(FLERR,
|
||||
"Compute stress/atom temperature ID does not compute temperature");
|
||||
"Compute stress/atom temperature ID does not "
|
||||
"compute temperature");
|
||||
}
|
||||
|
||||
// process optional args
|
||||
|
||||
Reference in New Issue
Block a user