mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: typo in entry.H causing regression - fixes #546
This commit is contained in:
@ -167,7 +167,7 @@ public:
|
||||
//- Return true if this entry is a dictionary
|
||||
virtual bool isDict() const
|
||||
{
|
||||
return !this->dictPtr();
|
||||
return this->dictPtr();
|
||||
}
|
||||
|
||||
//- Return pointer to dictionary, if entry is a dictionary.
|
||||
|
||||
Reference in New Issue
Block a user