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

This commit is contained in:
sjplimp 2013-12-03 15:23:25 +00:00
parent 0ad5823bd3
commit 4a4507454b
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ with a C-style format string, e.g. "%f" or "%.10g", which must be
appropriate for formatting a double-precision floating-point value. appropriate for formatting a double-precision floating-point value.
This allows an equal-style variable to be formatted specifically for This allows an equal-style variable to be formatted specifically for
output as a string, e.g. by the <A HREF = "print.html">print</A> command, if the output as a string, e.g. by the <A HREF = "print.html">print</A> command, if the
default format "%.20g" has too much precision. default format "%.15g" has too much precision.
</P> </P>
<P>For the <I>getenv</I> style, a single string is assigned to the variable <P>For the <I>getenv</I> style, a single string is assigned to the variable
which should be the name of an environment variable. When the which should be the name of an environment variable. When the

View File

@ -252,7 +252,7 @@ with a C-style format string, e.g. "%f" or "%.10g", which must be
appropriate for formatting a double-precision floating-point value. appropriate for formatting a double-precision floating-point value.
This allows an equal-style variable to be formatted specifically for This allows an equal-style variable to be formatted specifically for
output as a string, e.g. by the "print"_print.html command, if the output as a string, e.g. by the "print"_print.html command, if the
default format "%.20g" has too much precision. default format "%.15g" has too much precision.
For the {getenv} style, a single string is assigned to the variable For the {getenv} style, a single string is assigned to the variable
which should be the name of an environment variable. When the which should be the name of an environment variable. When the