From c3ece2f0861b48d39b4f3da2350f2f969f11d40d Mon Sep 17 00:00:00 2001 From: Steve Plimpton <sjplimp@sandia.gov> Date: Tue, 11 Sep 2018 12:44:35 -0600 Subject: [PATCH] typo in fix relax/box doc page --- doc/src/fix_box_relax.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/fix_box_relax.txt b/doc/src/fix_box_relax.txt index 29ebeaeef3..d41607e2ed 100644 --- a/doc/src/fix_box_relax.txt +++ b/doc/src/fix_box_relax.txt @@ -221,8 +221,8 @@ This equation only applies when the box dimensions are equal to those of the reference dimensions. If this is not the case, then the converged stress tensor will not equal that specified by the user. We can resolve this problem by periodically resetting the reference -dimensions. The keyword {nreset_ref} controls how often this is done. -If this keyword is not used, or is given a value of zero, then the +dimensions. The keyword {nreset} controls how often this is done. If +this keyword is not used, or is given a value of zero, then the reference dimensions are set to those of the initial simulation domain and are never changed. A value of {nstep} means that every {nstep} minimization steps, the reference dimensions are set to those of the -- GitLab