Skip to content

Commit 4d6f92e

Browse files
Update SU2_CFD/include/output/COutput.hpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 8cd04b0 commit 4d6f92e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SU2_CFD/include/output/COutput.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,7 @@ class COutput {
295295
unsigned short nRequestedVolumeFields;
296296

297297
/*! \brief Minimum required volume fields for restart file. */
298-
std::vector<string> requiredVolumeFields = {"COORDINATES", "SOLUTION", "GRID_VELOCITY"};
299-
/*! \brief Minimum required volume fields for restart file. */
300-
unsigned short nRequiredVolumeFields = requiredVolumeFields.size();
298+
const std::vector<string> restartVolumeFields = {"COORDINATES", "SOLUTION", "GRID_VELOCITY"};
301299

302300
/*----------------------------- Convergence monitoring ----------------------------*/
303301

0 commit comments

Comments
 (0)