From ea1163b143d90f8c9d75a5ef29da1a76ea0386f9 Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Tue, 6 Sep 2022 11:12:42 +0200 Subject: [PATCH] refact(Polar): change from value to handle class --- +af_tools/@Polar/Polar.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+af_tools/@Polar/Polar.m b/+af_tools/@Polar/Polar.m index 8f47b38..3925cf9 100644 --- a/+af_tools/@Polar/Polar.m +++ b/+af_tools/@Polar/Polar.m @@ -1,4 +1,4 @@ -classdef Polar +classdef Polar < handle % POLAR Airfoil polars and some associated properties. % The Polar class is used to store an airfoil polars (cl, cd, cm values for different angles % of attacks, at different Reynolds and Mach numbers). -- GitLab