STYLE: use nullptr instead of 0 in autoPtr, tmp etc.

This commit is contained in:
Mark Olesen
2017-07-14 16:50:21 +02:00
parent b287d1bddd
commit 2fe3a62057
9 changed files with 43 additions and 43 deletions

View File

@ -73,7 +73,7 @@ Foam::functionObject* Foam::functionObjectList::remove
label& oldIndex
)
{
functionObject* ptr = 0;
functionObject* ptr = nullptr;
// Find index of existing functionObject
HashTable<label>::iterator fnd = indices_.find(key);