Skip to content
Snippets Groups Projects
Commit ec850052 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

COMBINE documentation:

added the keyword PERIODIC=NO in the example
parent 03591fc7
No related branches found
No related tags found
No related merge requests found
...@@ -48,8 +48,8 @@ its square (as computed from the x,y,z components) and the distance ...@@ -48,8 +48,8 @@ its square (as computed from the x,y,z components) and the distance
again as computed from the square root of the square. again as computed from the square root of the square.
\verbatim \verbatim
DISTANCE LABEL=dist ATOMS=3,5 COMPONENTS DISTANCE LABEL=dist ATOMS=3,5 COMPONENTS
COMBINE LABEL=distance2 ARG=dist.x,dist.y,dist.z POWERS=2,2,2 COMBINE LABEL=distance2 ARG=dist.x,dist.y,dist.z POWERS=2,2,2 PERIODIC=NO
COMBINE LABEL=distance ARG=distance2 POWERS=0.5 COMBINE LABEL=distance ARG=distance2 POWERS=0.5 PERIODIC=NO
PRINT ARG=distance,distance2 PRINT ARG=distance,distance2
\endverbatim \endverbatim
(See also \ref PRINT and \ref DISTANCE). (See also \ref PRINT and \ref DISTANCE).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment