codedFvOptionTemplate: updated 'setValue' to 'constrain'

Resolves bug-report https://bugs.openfoam.org/view.php?id=2579
This commit is contained in:
Henry Weller
2017-06-13 16:52:16 +01:00
parent 082e16b5e0
commit 0d1c622906
2 changed files with 5 additions and 5 deletions

View File

@ -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