Skip to content

Commit 5ba6371

Browse files
authored
Apply suggestion from @bigfooted
1 parent 5a0a2f6 commit 5ba6371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SU2_CFD/src/output/CFlowIncOutput.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ void CFlowIncOutput::SetVolumeOutputFields(CConfig *config){
305305
AddVolumeOutput("VELOCITY-Y", "Velocity_y", "SOLUTION", "y-component of the velocity vector");
306306
if (nDim == 3)
307307
AddVolumeOutput("VELOCITY-Z", "Velocity_z", "SOLUTION", "z-component of the velocity vector");
308-
309308
if (weakly_coupled_heat) AddVolumeOutput("TEMPERATURE", "Temperature", "SOLUTION", "Temperature");
310309
if (heat) AddVolumeOutput("ENTHALPY", "Enthalpy", "SOLUTION", "Enthalpy");
311310

0 commit comments

Comments
 (0)