Skip to content

Commit 4dcf57e

Browse files
committed
remove data file extension
1 parent e316244 commit 4dcf57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/grid_movement/CSurfaceMovement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4918,7 +4918,7 @@ void CSurfaceMovement::WriteFFDInfo(CSurfaceMovement** surface_movement, CGeomet
49184918
/*--- Read the name of the output file ---*/
49194919

49204920
auto str = config[ZONE_0]->GetMesh_Out_FileName();
4921-
//str = ".su2";
4921+
// str = ".su2";
49224922

49234923
output_file.precision(15);
49244924
output_file.open(str, ios::out | ios::app);

0 commit comments

Comments
 (0)