forked from lijiext/lammps
Added missing call to min_clearstore
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5397 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ad526c6d87
commit
7e5eb0132b
|
@ -492,6 +492,7 @@ int MinHFTN::execute_hftn_(const bool bPrintProgress,
|
|||
requestor[m]->min_x_set(m);
|
||||
}
|
||||
}
|
||||
modify->min_clearstore();
|
||||
bHaveEvaluatedAtX = false;
|
||||
|
||||
//---- UPDATE THE TRUST REGION.
|
||||
|
|
Loading…
Reference in New Issue