From 87b19f2815c8d5926cf45bac3165d859de6adfa6 Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Sun, 4 Sep 2022 11:44:26 +0200
Subject: [PATCH] refact(Airfoil): make Airfoil handle class

---
 +af_tools/@Airfoil/Airfoil.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/+af_tools/@Airfoil/Airfoil.m b/+af_tools/@Airfoil/Airfoil.m
index 9bfedc3..335c214 100644
--- a/+af_tools/@Airfoil/Airfoil.m
+++ b/+af_tools/@Airfoil/Airfoil.m
@@ -1,4 +1,4 @@
-classdef Airfoil
+classdef Airfoil< handle
     % AIRFOIL Class for airfoils with all their important data.
     %   This AIRFOIL class is used to represent completely an airfoil and the important metrics
     %   attached to it. These data include:
-- 
GitLab