mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated weight field initialisation for fieldValues function object
This commit is contained in:
@ -157,7 +157,8 @@ protected:
|
||||
template<class Type>
|
||||
tmp<Field<Type> > setFieldValues
|
||||
(
|
||||
const word& fieldName
|
||||
const word& fieldName,
|
||||
const bool mustGet = false
|
||||
) const;
|
||||
|
||||
//- Apply the 'operation' to the values
|
||||
|
||||
Reference in New Issue
Block a user