Skip to content

Commit 241acfe

Browse files
committed
fix some headers
1 parent 77a972e commit 241acfe

57 files changed

Lines changed: 66 additions & 66 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SU2_PY/change_version_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
if old + " " in line:
118118
n = len(new) - len(old)
119119
lines[i] = line.replace(old + " " * max(0, n), new + " " * max(0, -n))
120-
if old in line:
120+
elif old in line:
121121
lines[i] = line.replace(old, new)
122122
f = open(fname, "w")
123123
f.writelines(lines)

TestCases/aeroelastic/aeroelastic_NACA64A010.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Santiago Padron %
66
% Institution: Stanford University %
77
% Date: 07-09-15 %
8-
% File Version 7.5.1 "Blackbird" %
8+
% File Version 7.5.1 "Blackbird" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

TestCases/cont_adj_euler/naca0012/inv_NACA0012.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Thomas D. Economon %
66
% Institution: Stanford University %
77
% Date: 2011.11.02 %
8-
% File Version 7.5.1 "Blackbird" %
8+
% File Version 7.5.1 "Blackbird" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

TestCases/cont_adj_euler/naca0012/inv_NACA0012_FD.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Thomas D. Economon %
66
% Institution: Stanford University %
77
% Date: 2011.11.02 %
8-
% File Version 7.5.1 "Blackbird" %
8+
% File Version 7.5.1 "Blackbird" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Thomas D. Economon %
66
% Institution: Stanford University %
77
% Date: 2011.11.02 %
8-
% File Version 7.5.1 "Blackbird" %
8+
% File Version 7.5.1 "Blackbird" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

TestCases/cont_adj_euler/wedge/inv_wedge_ROE.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Thomas D. Economon %
66
% Institution: Stanford University %
77
% Date: 2012.10.07 %
8-
% File Version 7.5.1 "Blackbird" %
8+
% File Version 7.5.1 "Blackbird" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

@@ -107,7 +107,7 @@ GRAD_OBJFUNC_FILENAME= of_grad.dat
107107
SURFACE_FILENAME= surface_flow
108108
SURFACE_ADJ_FILENAME= surface_adjoint
109109
OUTPUT_WRT_FREQ= 250
110-
SCREEN_OUTPUT = (INNER_ITER, RMS_ADJ_DENSITY, RMS_ADJ_ENERGY, SENS_GEO, SENS_AOA)
110+
SCREEN_OUTPUT = (INNER_ITER, RMS_ADJ_DENSITY, RMS_ADJ_ENERGY, SENS_GEO, SENS_AOA)
111111
OUTPUT_FILES=(RESTART_ASCII)
112112

113113
% -------------------- FREE-FORM DEFORMATION PARAMETERS -----------------------%

TestCases/cont_adj_euler/wedge/inv_wedge_ROE_multiobj.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
% Author: H.L. Kline, modified from inviscid wedge by Thomas D. Economon %
77
% Institution: Stanford University %
88
% Date: 2018.01.07 %
9-
% File Version 7.5.1 "Blackbird" %
9+
% File Version 7.5.1 "Blackbird" %
1010
% %
1111
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1212

TestCases/cont_adj_navierstokes/cylinder/lam_cylinder.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Thomas D. Economon %
66
% Institution: Stanford University %
77
% Date: 2013.03.01 %
8-
% File Version 7.5.1 "Blackbird" %
8+
% File Version 7.5.1 "Blackbird" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

TestCases/cont_adj_navierstokes/naca0012_sub/lam_NACA0012.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Francisco Palacios %
66
% Institution: Stanford University %
77
% Date: Jul 18th, 2014 %
8-
% File Version 7.5.1 "Blackbird" %
8+
% File Version 7.5.1 "Blackbird" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

TestCases/cont_adj_navierstokes/naca0012_trans/lam_NACA0012.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% Author: Francisco Palacios %
66
% Institution: Stanford University %
77
% Date: Jul 18th, 2014 %
8-
% File Version 7.5.1 "Blackbird" %
8+
% File Version 7.5.1 "Blackbird" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

0 commit comments

Comments
 (0)