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 () {};