properly use nullptr on pointers (with a little help from clang-tidy)
This commit is contained in:
@ -32,7 +32,7 @@ using namespace FixConst;
|
||||
FixNVEIntel::FixNVEIntel(LAMMPS *lmp, int narg, char **arg) :
|
||||
FixNVE(lmp, narg, arg)
|
||||
{
|
||||
_dtfm = 0;
|
||||
_dtfm = nullptr;
|
||||
_nlocal3 = 0;
|
||||
_nlocal_max = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user