Skip to content

Commit 6e6c70e

Browse files
Update SU2_CFD/src/output/COutput.cpp
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent e48c22a commit 6e6c70e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SU2_CFD/src/output/COutput.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,8 +1525,7 @@ void COutput::PreprocessVolumeOutput(CConfig *config){
15251525
SetVolumeOutputFields(config);
15261526

15271527
/*--- Coordinates must be always in the output.
1528-
* If they are not requested, add them here.
1529-
* SOLUTION is only required for restart files. ---*/
1528+
* If they are not requested, add them here. ---*/
15301529
auto itCoord = std::find(requestedVolumeFields.begin(),
15311530
requestedVolumeFields.end(), "COORDINATES");
15321531
if (itCoord == requestedVolumeFields.end()) {

0 commit comments

Comments
 (0)