mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Function1: Optimized field evaluations
This commit is contained in:
committed by
Andrew Heather
parent
2f431ffd3d
commit
3b6eb380d0
@ -131,7 +131,7 @@ public:
|
||||
// Member Functions
|
||||
|
||||
//- Return value for time t
|
||||
scalar value(const scalar t) const = 0;
|
||||
virtual scalar value(const scalar t) const = 0;
|
||||
|
||||
//- Write in dictionary format
|
||||
virtual void writeData(Ostream& os) const;
|
||||
|
||||
Reference in New Issue
Block a user