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

This commit is contained in:
sjplimp 2010-05-11 20:04:26 +00:00
parent 46e5d380f0
commit df7bd40ee0
1 changed files with 0 additions and 13 deletions

View File

@ -188,19 +188,6 @@ void Variable::set(int narg, char **arg)
num[nvar] != num[jvar])
error->all("All universe/uloop variables must have same # of values");
/*
if (me == 0) {
if (universe->uscreen)
fprintf(universe->uscreen,
"Initial ${%s} setting: value %d on partition %d\n",
arg[0],index[nvar]+1,universe->iworld);
if (universe->ulogfile)
fprintf(universe->ulogfile,
"Initial ${%s} setting: value %d on partition %d\n",
arg[0],index[nvar]+1,universe->iworld);
}
*/
// STRING
// remove pre-existing var if also style STRING (allows it to be reset)
// num = 1, index = 1st value