We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48c22a commit 6e6c70eCopy full SHA for 6e6c70e
SU2_CFD/src/output/COutput.cpp
@@ -1525,8 +1525,7 @@ void COutput::PreprocessVolumeOutput(CConfig *config){
1525
SetVolumeOutputFields(config);
1526
1527
/*--- Coordinates must be always in the output.
1528
- * If they are not requested, add them here.
1529
- * SOLUTION is only required for restart files. ---*/
+ * If they are not requested, add them here. ---*/
1530
auto itCoord = std::find(requestedVolumeFields.begin(),
1531
requestedVolumeFields.end(), "COORDINATES");
1532
if (itCoord == requestedVolumeFields.end()) {
0 commit comments