git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15946 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-12-16 18:32:09 +00:00
parent 4b8b9b97cc
commit 44fd05c97d
2 changed files with 2 additions and 2 deletions

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;}
};
}