mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use 'is_sorted()' instead of 'sorted()' for readers, Pair, ...
- avoids naming ambiguity between querying sorted state vs returning a sorted list (for example) ENH: add 'good()' method to a few more classes
This commit is contained in:
@ -78,7 +78,7 @@ void Foam::conformalVoronoiMesh::timeCheck
|
||||
|
||||
memInfo m;
|
||||
|
||||
if (m.valid())
|
||||
if (m.good())
|
||||
{
|
||||
PrintTable<word, label> memoryTable
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user