mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use HashTable iterator 'val()' method instead of 'object()'
This commit is contained in:
@ -652,6 +652,7 @@ protected:
|
||||
}
|
||||
|
||||
//- The object (value) associated with the iterator
|
||||
// \deprecated(2019-01) use val() method
|
||||
inline mapped_type& object() const
|
||||
{
|
||||
return entry_->mapped();
|
||||
|
||||
Reference in New Issue
Block a user