make pre-processor defines for using libc's qsort() consistent
This commit is contained in:
@ -21,7 +21,7 @@ namespace LAMMPS_NS {
|
||||
class Irregular : protected Pointers {
|
||||
public:
|
||||
|
||||
#if defined(LMP_USE_LIBC_QSORT)
|
||||
#if defined(LMP_QSORT)
|
||||
// static variable across all Irregular objects, for qsort callback
|
||||
|
||||
static int *proc_recv_copy;
|
||||
|
||||
Reference in New Issue
Block a user