forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11088 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0ad5823bd3
commit
4a4507454b
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue