From df178284fdd43ddbda1e640cbf1037443b852859 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 27 Oct 2022 03:00:23 +0100 Subject: [PATCH] constSolidThermo: Corrected field file reading option --- .../solidThermo/constSolidThermo/constSolidThermo.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/thermophysicalModels/solidThermo/constSolidThermo/constSolidThermo.C b/src/thermophysicalModels/solidThermo/constSolidThermo/constSolidThermo.C index 4c878fad7f..8260d2ecdb 100644 --- a/src/thermophysicalModels/solidThermo/constSolidThermo/constSolidThermo.C +++ b/src/thermophysicalModels/solidThermo/constSolidThermo/constSolidThermo.C @@ -75,8 +75,7 @@ Foam::volScalarField Foam::constSolidThermo::readProperty IOobject::MUST_READ, IOobject::NO_WRITE ), - mesh(), - dimensions + mesh() ); } else