mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
read not pure virtual
This commit is contained in:
@ -163,7 +163,7 @@ public:
|
||||
virtual void calculate() = 0;
|
||||
|
||||
//- Read radiationProperties dictionary
|
||||
virtual bool read() = 0;
|
||||
virtual bool read();
|
||||
|
||||
|
||||
// Access
|
||||
|
||||
Reference in New Issue
Block a user