From 1710848d01da68070cca4de299011705bcfd51cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Rio?= Date: Fri, 14 Jul 2023 10:07:25 +0200 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20de=20la=20ref=20au=20nom?= =?UTF-8?q?=20de=20fichier=20Met=5FbielletteC1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elements/Mecanique/Biellette/BielletteC1.h | 2 +- Elements/Mecanique/Biellette/Met_bielletteC1.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Elements/Mecanique/Biellette/BielletteC1.h b/Elements/Mecanique/Biellette/BielletteC1.h index 2ae4138..dec0b36 100644 --- a/Elements/Mecanique/Biellette/BielletteC1.h +++ b/Elements/Mecanique/Biellette/BielletteC1.h @@ -64,7 +64,7 @@ #include "ElemMeca.h" //#include "Loi_comp_abstraite.h" #include "Met_abstraite.h" -#include "Met_BielletteC1.h" +#include "Met_bielletteC1.h" #include "Noeud.h" #include "UtilLecture.h" #include "Tenseur.h" diff --git a/Elements/Mecanique/Biellette/Met_bielletteC1.cc b/Elements/Mecanique/Biellette/Met_bielletteC1.cc index 78e88e0..52d6a5e 100644 --- a/Elements/Mecanique/Biellette/Met_bielletteC1.cc +++ b/Elements/Mecanique/Biellette/Met_bielletteC1.cc @@ -38,7 +38,7 @@ using namespace std; //introduces namespace std #include "Sortie.h" -#include "Met_BielletteC1.h" +#include "Met_bielletteC1.h" // -Constructeur par defaut Met_BielletteC1::Met_BielletteC1 () {};