From 7786cb5a4beb23e57a08303da92dbe475dc655c0 Mon Sep 17 00:00:00 2001 From: "Steven J. Plimpton" <sjplimp@singsing.sandia.gov> Date: Fri, 30 Mar 2018 15:21:55 -0600 Subject: [PATCH] patch 30Mar18 --- doc/src/Manual.txt | 4 ++-- doc/src/Section_commands.txt | 10 +++++----- src/version.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/Manual.txt b/doc/src/Manual.txt index 5cd5235b0d..eb07bbe0a7 100644 --- a/doc/src/Manual.txt +++ b/doc/src/Manual.txt @@ -1,7 +1,7 @@ <!-- HTML_ONLY --> <HEAD> <TITLE>LAMMPS Users Manual</TITLE> -<META NAME="docnumber" CONTENT="16 Mar 2018 version"> +<META NAME="docnumber" CONTENT="30 Mar 2018 version"> <META NAME="author" CONTENT="http://lammps.sandia.gov - Sandia National Laboratories"> <META NAME="copyright" CONTENT="Copyright (2003) Sandia Corporation. This software and manual is distributed under the GNU General Public License."> </HEAD> @@ -19,7 +19,7 @@ :line LAMMPS Documentation :c,h1 -16 Mar 2018 version :c,h2 +30 Mar 2018 version :c,h2 Version info: :h3 diff --git a/doc/src/Section_commands.txt b/doc/src/Section_commands.txt index 0d7e069e06..76051490e4 100644 --- a/doc/src/Section_commands.txt +++ b/doc/src/Section_commands.txt @@ -712,17 +712,17 @@ package"_Section_start.html#start_3. "mvv/dpd"_fix_mvv_dpd.html, "mvv/edpd"_fix_mvv_dpd.html, "mvv/tdpd"_fix_mvv_dpd.html, +"nph/eff"_fix_nh_eff.html, +"npt/eff"_fix_nh_eff.html, +"npt/uef"_fix_nh_uef.html, "nve/dot"_fix_nve_dot.html, "nve/dotc/langevin"_fix_nve_dotc_langevin.html, +"nve/eff"_fix_nve_eff.html, "nve/manifold/rattle"_fix_nve_manifold_rattle.html, "nvk"_fix_nvk.html, -"nvt/manifold/rattle"_fix_nvt_manifold_rattle.html, -"nph/eff"_fix_nh_eff.html, -"npt/eff"_fix_nh_eff.html, -"nve/eff"_fix_nve_eff.html, "nvt/eff"_fix_nh_eff.html, +"nvt/manifold/rattle"_fix_nvt_manifold_rattle.html, "nvt/sllod/eff"_fix_nvt_sllod_eff.html, -"npt/uef"_fix_nh_uef.html, "nvt/uef"_fix_nh_uef.html, "phonon"_fix_phonon.html, "pimd"_fix_pimd.html, diff --git a/src/version.h b/src/version.h index 642b6120a7..8450ae0224 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "16 Mar 2018" +#define LAMMPS_VERSION "30 Mar 2018" -- GitLab