git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15238 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -45,7 +45,6 @@ class BodyNparticle : public Body {
|
||||
private:
|
||||
int *imflag;
|
||||
double **imdata;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@ -26,10 +26,6 @@
|
||||
#include "memory.h"
|
||||
#include "error.h"
|
||||
|
||||
// debug
|
||||
#include "update.h"
|
||||
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
@ -30,7 +30,7 @@ inputs:
|
||||
methods:
|
||||
T *get(index) = return ptr/index to unused chunk of size maxchunk
|
||||
T *get(N,index) = return ptr/index to unused chunk of size N
|
||||
minchunk < N < maxchunk required
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user