Compare commits

...

2 Commits

Author SHA1 Message Date
81a2db8a0c 17Dec16 patch 2016-12-16 11:36:54 -07:00
0a176841e7 extra python_wrapper change needed for last patch 2016-12-16 11:35:42 -07:00
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<!-- HTML_ONLY -->
<HEAD>
<TITLE>LAMMPS Users Manual</TITLE>
<META NAME="docnumber" CONTENT="16 Dec 2016 version">
<META NAME="docnumber" CONTENT="17 Dec 2016 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>
@ -21,7 +21,7 @@
<H1></H1>
LAMMPS Documentation :c,h3
16 Dec 2016 version :c,h4
17 Dec 2016 version :c,h4
Version info: :h4

View File

@ -33,7 +33,7 @@ methods:
minchunk <= N <= maxchunk required
put(index) = return indexed chunk to pool (same index returned by get)
int size() = return total size of allocated pages in bytes
public varaibles:
public variables:
ndatum = total # of stored datums
nchunk = total # of stored chunks
size = total size of all allocated pages in daums

View File

@ -38,7 +38,7 @@ class Python {
void invoke_function(int, char *) {}
int find(char *) {return -1;}
int variable_match(char *, char *, int) {return -1;}
char *long_string(int) {return NULL;}
};
}

View File

@ -1 +1 @@
#define LAMMPS_VERSION "16 Dec 2016"
#define LAMMPS_VERSION "17 Dec 2016"