use nullptr instead of NULL
This commit is contained in:
@ -388,7 +388,7 @@ void FixIPI::initial_integrate(int /*vflag*/)
|
|||||||
// snapshot at neighbor list creation, minimizing the
|
// snapshot at neighbor list creation, minimizing the
|
||||||
// number of neighbor list updates
|
// number of neighbor list updates
|
||||||
auto xhold = neighbor->get_xhold();
|
auto xhold = neighbor->get_xhold();
|
||||||
if (xhold != NULL && !firsttime) {
|
if (xhold != nullptr && !firsttime) {
|
||||||
// don't wrap if xhold is not used in the NL, or the
|
// don't wrap if xhold is not used in the NL, or the
|
||||||
// first call (because the NL is initialized from the
|
// first call (because the NL is initialized from the
|
||||||
// data file that might have nothing to do with the
|
// data file that might have nothing to do with the
|
||||||
|
|||||||
Reference in New Issue
Block a user