C++11: Replaced the C NULL with the safer C++11 nullptr
Requires gcc version 4.7 or higher
This commit is contained in:
@ -88,7 +88,7 @@ Foam::domainDecomposition::domainDecomposition(const IOobject& io)
|
||||
false
|
||||
)
|
||||
)
|
||||
: NULL
|
||||
: nullptr
|
||||
),
|
||||
nProcs_
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user