mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Change field loop index from "fieldI" to "fieldi"
This commit is contained in:
@ -137,7 +137,7 @@ public:
|
||||
// Member Functions
|
||||
|
||||
//- Constrain energy equation to fix the temperature
|
||||
virtual void constrain(fvMatrix<scalar>& eqn, const label fieldI);
|
||||
virtual void constrain(fvMatrix<scalar>& eqn, const label fieldi);
|
||||
|
||||
|
||||
// IO
|
||||
|
||||
Reference in New Issue
Block a user