git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15242 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -148,7 +148,7 @@ class MyPoolChunk {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// return indexed chunk to pool via free list
|
// return indexed chunk to pool via free list
|
||||||
// index = -1 for no allocated chunk
|
// index = -1 if no allocated chunk
|
||||||
|
|
||||||
void put(int index) {
|
void put(int index) {
|
||||||
if (index < 0) return;
|
if (index < 0) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user