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

This commit is contained in:
sjplimp
2015-07-17 15:04:19 +00:00
parent 0a4962be43
commit b35f4e52db
5 changed files with 22 additions and 5 deletions

View File

@ -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