From 3e7638e0ce62c84071109ba6c9c35a41daffd9a7 Mon Sep 17 00:00:00 2001 From: Romain-Gauthier Date: Wed, 14 Aug 2024 15:24:13 +0200 Subject: [PATCH] checks --- ceasiompy/AeroFrame_new/func/aeroframe_debbug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceasiompy/AeroFrame_new/func/aeroframe_debbug.py b/ceasiompy/AeroFrame_new/func/aeroframe_debbug.py index 4e442890..965595b1 100644 --- a/ceasiompy/AeroFrame_new/func/aeroframe_debbug.py +++ b/ceasiompy/AeroFrame_new/func/aeroframe_debbug.py @@ -35,7 +35,7 @@ def plot_fem_mesh(wing_df, centerline_df, wkdir): """Function to plot the VLM and FEM meshes. - Function 'plot_fem_mesh' saves a plot of the + Function 'plot_fem_mesh' saves a plot of the VLM and FEM meshes in the x-y and y-z planes. Args: @@ -69,7 +69,7 @@ def plot_fem_mesh(wing_df, centerline_df, wkdir): def plot_deformed_wing(centerline_df, undeformed_df, wkdir): """Function to plot the deformed shape of the wing. - Function 'plot_deformed_wing' saves a plot of the + Function 'plot_deformed_wing' saves a plot of the deformed and undeformed shapes of the wing. Args: