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

This commit is contained in:
sjplimp
2016-07-01 22:39:55 +00:00
parent d291fcb5d9
commit b4b30d65da

View File

@ -148,7 +148,7 @@ class MyPoolChunk {
}
// return indexed chunk to pool via free list
// index = -1 for no allocated chunk
// index = -1 if no allocated chunk
void put(int index) {
if (index < 0) return;