Skip to content

Commit 8cd04b0

Browse files
committed
update dry-run text
1 parent c5a6c5e commit 8cd04b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/output/COutput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,7 @@ void COutput::PrintVolumeFields(){
24582458
}
24592459

24602460
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;
2461+
cout << "Note: COORDINATES and SOLUTION groups are always in the volume output unless you add the keyword COMPACT." << endl;
24622462
VolumeFieldTable.AddColumn("Name", NameSize);
24632463
VolumeFieldTable.AddColumn("Group Name", GroupSize);
24642464
VolumeFieldTable.AddColumn("Description", DescrSize);

0 commit comments

Comments
 (0)