Skip to content

Commit 60d7256

Browse files
committed
remove unnecessary WRT_COMPACT_RESTART statements
1 parent 7a66387 commit 60d7256

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

SU2_CFD/src/output/COutput.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,8 +1590,6 @@ void COutput::PreprocessVolumeOutput(CConfig *config){
15901590
}
15911591
}
15921592

1593-
//volumeDataSorter->SetRequiredFieldNames(requiredVolumeFieldNames);
1594-
15951593
unsigned short nVolumeFields = 0;
15961594

15971595
for (size_t iField_Output = 0; iField_Output < volumeOutput_List.size(); iField_Output++) {

TestCases/cont_adj_euler/naca0012/inv_NACA0012.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ SURFACE_ADJ_FILENAME= surface_adjoint
127127
OUTPUT_WRT_FREQ= 250
128128
SCREEN_OUTPUT = (INNER_ITER, RMS_ADJ_DENSITY, RMS_ADJ_ENERGY, SENS_GEO, SENS_AOA, RMS_DENSITY, RMS_ENERGY, LIFT, DRAG)
129129
HISTORY_OUTPUT= (ITER, RMS_RES, AERO_COEFF, SENSITIVITY)
130-
WRT_RESTART_COMPACT = YES
131130
VOLUME_OUTPUT= (COORDINATES, SOLUTION, PRESSURE, TEMPERATURE, SENSITIVITY)
132131
OUTPUT_FILES=(RESTART_ASCII, PARAVIEW, SURFACE_CSV)
133132

TestCases/py_wrapper/wavy_wall/run_steady.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
primal_settings = """
9494
MATH_PROBLEM= DIRECT
9595
RESTART_SOL= YES
96-
WRT_RESTART_COMPACT= NO
9796
CFL_NUMBER= 1000
9897
LINEAR_SOLVER= FGMRES
9998
LINEAR_SOLVER_PREC= ILU

TestCases/radiation/p1adjoint/configp1adjoint.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ FFD_CONTINUITY = 2ND_DERIVATIVE
131131
%%%%%%%%%%%%%%%%%%%%%%%
132132

133133
OUTPUT_FILES = (RESTART, PARAVIEW)
134+
134135
SOLUTION_FILENAME = solution_rht
135136
RESTART_FILENAME = restart_rht
136137
VOLUME_FILENAME = volume_rht

0 commit comments

Comments
 (0)