From d2fc88a626e38213641c6f2bbfa31e29ce4f7b0d Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Tue, 17 Jan 2017 10:14:53 -0700 Subject: [PATCH] patch 17Jan17 --- doc/src/Manual.txt | 4 ++-- doc/src/Section_errors.txt | 13 +++++++------ src/version.h | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/src/Manual.txt b/doc/src/Manual.txt index 3e7c2fb207..b422d6ee16 100644 --- a/doc/src/Manual.txt +++ b/doc/src/Manual.txt @@ -1,7 +1,7 @@ LAMMPS Users Manual - + @@ -21,7 +21,7 @@

LAMMPS Documentation :c,h3 -9 Jan 2017 version :c,h4 +17 Jan 2017 version :c,h4 Version info: :h4 diff --git a/doc/src/Section_errors.txt b/doc/src/Section_errors.txt index d3ae9d94b7..36c122bd13 100644 --- a/doc/src/Section_errors.txt +++ b/doc/src/Section_errors.txt @@ -55,12 +55,13 @@ LAMMPS errors are detected at setup time; others like a bond stretching too far may not occur until the middle of a run. LAMMPS tries to flag errors and print informative error messages so -you can fix the problem. Of course, LAMMPS cannot figure out your -physics or numerical mistakes, like choosing too big a timestep, -specifying erroneous force field coefficients, or putting 2 atoms on -top of each other! If you run into errors that LAMMPS doesn't catch -that you think it should flag, please send an email to the -"developers"_http://lammps.sandia.gov/authors.html. +you can fix the problem. For most errors it will also print the last +input script command that it was processing. Of course, LAMMPS cannot +figure out your physics or numerical mistakes, like choosing too big a +timestep, specifying erroneous force field coefficients, or putting 2 +atoms on top of each other! If you run into errors that LAMMPS +doesn't catch that you think it should flag, please send an email to +the "developers"_http://lammps.sandia.gov/authors.html. If you get an error message about an invalid command in your input script, you can determine what command is causing the problem by diff --git a/src/version.h b/src/version.h index f09421aa14..9a5686a75f 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "9 Jan 2017" +#define LAMMPS_VERSION "17 Jan 2017"