git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13631 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -182,8 +182,11 @@ void Min::init()
|
||||
|
||||
void Min::setup()
|
||||
{
|
||||
if (comm->me == 0 && screen) fprintf(screen,"Setting up minimization ...\n");
|
||||
|
||||
if (comm->me == 0 && screen) {
|
||||
fprintf(screen,"Setting up %s style minimization ...\n",
|
||||
update->minimize_style);
|
||||
fprintf(screen," Unit style: %s\n", update->unit_style);
|
||||
}
|
||||
update->setupflag = 1;
|
||||
|
||||
// setup extra global dof due to fixes
|
||||
|
||||
Reference in New Issue
Block a user