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 c5a6c5e commit 8cd04b0Copy full SHA for 8cd04b0
SU2_CFD/src/output/COutput.cpp
@@ -2458,7 +2458,7 @@ void COutput::PrintVolumeFields(){
2458
}
2459
2460
cout << "Available volume output fields for the current configuration in " << multiZoneHeaderString << ":" << endl;
2461
- cout << "Note: COORDINATES and SOLUTION groups are always in the volume output unless WRT_COMPACT_RESTART=YES." << endl;
+ cout << "Note: COORDINATES and SOLUTION groups are always in the volume output unless you add the keyword COMPACT." << endl;
2462
VolumeFieldTable.AddColumn("Name", NameSize);
2463
VolumeFieldTable.AddColumn("Group Name", GroupSize);
2464
VolumeFieldTable.AddColumn("Description", DescrSize);
0 commit comments