From 5a723510dc6d3bf119c8b943e6e5dfdb21ea77d7 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 9 Jun 2015 15:22:07 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13489 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_python.html | 2 +- doc/Section_python.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Section_python.html b/doc/Section_python.html index 42898d7bbf..c895035102 100644 --- a/doc/Section_python.html +++ b/doc/Section_python.html @@ -150,7 +150,7 @@ previous section 11.1. This means it can issue LAMMPS input script commands or query and set internal LAMMPS state. As an example, this can be useful in an input script to create a more complex loop with branching logic, than can be created using the simple looping and -brancing logic enabled by the next and if +brancing logic enabled by the next and if commands.

See the python doc page and the variable diff --git a/doc/Section_python.txt b/doc/Section_python.txt index 75d654c60f..6a6025c98c 100644 --- a/doc/Section_python.txt +++ b/doc/Section_python.txt @@ -146,7 +146,7 @@ previous section 11.1. This means it can issue LAMMPS input script commands or query and set internal LAMMPS state. As an example, this can be useful in an input script to create a more complex loop with branching logic, than can be created using the simple looping and -brancing logic enabled by the "next"_next_html and "if"_if.html +brancing logic enabled by the "next"_next.html and "if"_if.html commands. See the "python"_python.html doc page and the "variable"_variable.html