Skip to content

Commit b6f23c3

Browse files
authored
Update SU2_CFD/include/output/COutput.hpp
1 parent b18b92d commit b6f23c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/include/output/COutput.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +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"};
298+
std::vector<string> requiredVolumeFields = {"COORDINATES", "SOLUTION", "GRID_VELOCITY"};
299299
/*! \brief Minimum required volume fields for restart file. */
300300
unsigned short nRequiredVolumeFields = 2;
301301

0 commit comments

Comments
 (0)