mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use typed lookup versions instead of xyz::typeName literals
This commit is contained in:
@ -33,7 +33,7 @@ License
|
||||
template<class Type>
|
||||
void Foam::vtkUnstructuredReader::printFieldStats(const objectRegistry& obj)
|
||||
{
|
||||
const wordList fieldNames(obj.names(Type::typeName));
|
||||
const wordList fieldNames(obj.sortedNames<Type>());
|
||||
|
||||
if (fieldNames.size())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user