codedFvOptionTemplate: updated 'setValue' to 'constrain'
Resolves bug-report https://bugs.openfoam.org/view.php?id=2579
This commit is contained in:
@ -36,9 +36,9 @@ Description
|
||||
const label fieldi
|
||||
)
|
||||
|
||||
setValue
|
||||
constrain
|
||||
(
|
||||
fvMatrix<Type}>& eqn,
|
||||
fvMatrix<Type}>& eqn,
|
||||
const label fieldi
|
||||
)
|
||||
|
||||
@ -172,7 +172,7 @@ public:
|
||||
);
|
||||
|
||||
//- Set value
|
||||
virtual void setValue
|
||||
virtual void constrain
|
||||
(
|
||||
fvMatrix<${TemplateType}>& eqn,
|
||||
const label fieldi
|
||||
|
||||
Reference in New Issue
Block a user