mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: remove merge/rebase artifacts
This commit is contained in:
@ -73,11 +73,7 @@ Foam::Istream& Foam::functionObjects::operator>>
|
||||
faItem.mean_ = dict.get<bool>("mean");
|
||||
faItem.prime2Mean_ = dict.get<bool>("prime2Mean");
|
||||
faItem.base_ = faItem.baseTypeNames_.get("base", dict);
|
||||
<<<<<<< HEAD
|
||||
faItem.window_ = dict.getOrDefault<scalar>("window", -1);
|
||||
=======
|
||||
faItem.window_ = dict.getOrDefault<scalar>("window", -1.0);
|
||||
>>>>>>> DOC: elaborate the usage of function objects
|
||||
|
||||
if (faItem.window_ > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user