mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: createFields: non-const ref to T
This commit is contained in:
@ -3,4 +3,4 @@ autoPtr<solidThermo> thermo
|
||||
solidThermo::New(mesh)
|
||||
);
|
||||
|
||||
volScalarField& T = thermo->T();
|
||||
const volScalarField& T = thermo->T();
|
||||
|
||||
Reference in New Issue
Block a user