Skip to content
Snippets Groups Projects
Commit 600793f7 authored by Sergio Ferraris's avatar Sergio Ferraris Committed by Andrew Heather
Browse files

BUG: Removing duplicated entry in turbulentTemperatureRadCoupledMixedFvPatchScalarField

parent 99a9ecb5
No related merge requests found
......@@ -277,7 +277,6 @@ void turbulentTemperatureRadCoupledMixedFvPatchScalarField::write
os.writeKeyword("Tnbr")<< TnbrName_ << token::END_STATEMENT << nl;
os.writeKeyword("QrNbr")<< QrNbrName_ << token::END_STATEMENT << nl;
os.writeKeyword("Qr")<< QrName_ << token::END_STATEMENT << nl;
os.writeKeyword("Qr")<< QrName_ << token::END_STATEMENT << nl;
thicknessLayers_.writeEntry("thicknessLayers", os);
thicknessLayers_.writeEntry("kappaLayers", os);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment