BUG: createFields: non-const ref to T

This commit is contained in:
mattijs
2012-07-05 12:26:51 +01:00
parent 2e2c8d32d5
commit 15188397e8

View File

@ -3,4 +3,4 @@ autoPtr<solidThermo> thermo
solidThermo::New(mesh)
);
volScalarField& T = thermo->T();
const volScalarField& T = thermo->T();