mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use nullptr instead of 0 in autoPtr, tmp etc.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user