From 40673d352faa8a1170302756fb3da2e336da2f8a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 14 May 2018 09:00:57 +0200 Subject: [PATCH] fix include filename --- PotentialFlow/magnus.geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PotentialFlow/magnus.geo b/PotentialFlow/magnus.geo index e13fa67..ce3a287 100644 --- a/PotentialFlow/magnus.geo +++ b/PotentialFlow/magnus.geo @@ -26,7 +26,7 @@ PtB = 2; Else // naca airfoil lca = 0.03; -Include "nacaAirFoil.geo"; +Include "nacaAirfoil.geo"; PtA = 121; PtB = 81; -- GitLab