From 4771109a5ac9386096e423e4bc24b8d9492d37ad Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Fri, 9 Sep 2022 11:35:54 +0200
Subject: [PATCH] doc(Airfoil): fix method list

---
 +af_tools/@Airfoil/Airfoil.m | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/+af_tools/@Airfoil/Airfoil.m b/+af_tools/@Airfoil/Airfoil.m
index b3255aa..da0c282 100644
--- a/+af_tools/@Airfoil/Airfoil.m
+++ b/+af_tools/@Airfoil/Airfoil.m
@@ -15,9 +15,6 @@ classdef Airfoil < handle
     %   Airfoil            - Constructor
     %   loadpolar          - Load the airfoil polar (from xfoil or xflr5 data)
     %   polypolar          - Create polynomial polars
-    %   extendpolar        - Extends the polars over the full range of AOA
-    %   analyze            - Extract all important metrics from the polars
-    %   addextremereynolds - Add virtual polars for Re=0 and Re=1e9 to simplify extrapolation
     %
     % Airfoil constructor:
     %   Airfoil() creates an empty object.
-- 
GitLab