[cxx-syntax]: consistent usage of nullptr.
This commit is contained in:
parent
c429f3b275
commit
7fee1a978c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Foam::autoPtr<Foam::crMatrix> Foam::lduInterface::prolongationTransfer
|
||||||
);
|
);
|
||||||
|
|
||||||
// Dummy return to make the compiler happy
|
// Dummy return to make the compiler happy
|
||||||
return autoPtr<crMatrix>(NULL);
|
return autoPtr<crMatrix>(nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue