Skip to content

Commit 27eb927

Browse files
committed
Update airfoil3D.py
1 parent 76113e8 commit 27eb927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyturbo/aero/airfoil3D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import List
55
from ..helper import convert_to_ndarray, bezier, bezier3, centroid, check_replace_max, check_replace_min, csapi
66
from ..helper import create_cubic_bounding_box, cosd, sind, uniqueXY, pspline, line2D, ray2D, pspline_intersect, dist, spline_type
7-
from .airfoil2D import airfoil2D
7+
from .airfoil2D import Airfoil2D
88
from scipy.optimize import minimize_scalar
99
import enum
1010
import copy

0 commit comments

Comments
 (0)