Skip to content

Commit fbabe33

Browse files
Potential fix for code scanning alert no. 5403: Commented-out code
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 53b5865 commit fbabe33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Common/src/grid_movement/CSurfaceMovement.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4920,7 +4920,6 @@ void CSurfaceMovement::WriteFFDInfo(CSurfaceMovement** surface_movement, CGeomet
49204920
auto str = config[ZONE_0]->GetMesh_Out_FileName();
49214921
unsigned short lastindex = str.find_last_of('.');
49224922
str = str.substr(0, lastindex) + ".su2";
4923-
// str = ".su2";
49244923

49254924
output_file.precision(15);
49264925
output_file.open(str, ios::out | ios::app);

0 commit comments

Comments
 (0)