diff --git a/Fltk/highOrderToolsWindow.cpp b/Fltk/highOrderToolsWindow.cpp index e39cfdebc5fb6989a4016d18ae8e91615191bd0c..81f51c50a27ad0e0c838c2c34b84a621fc54ca5b 100644 --- a/Fltk/highOrderToolsWindow.cpp +++ b/Fltk/highOrderToolsWindow.cpp @@ -280,12 +280,6 @@ highOrderToolsWindow::highOrderToolsWindow(int deltaFontSize) {0} }; - static Fl_Menu_Item menu_strategy[] = { - {"Generic", 0, 0, 0}, - {"Boundary Layer ", 0, 0, 0}, - {0} - }; - y += BH; choice[0] = new Fl_Choice (x,y, IW, BH, "Boundary nodes"); diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index e5c9f00d10ae4710f272bc6854ca88291f72bacc..576aab7d91e74c4b3fad3f6966895f55838319fe 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -101,7 +101,7 @@ SPoint2 InterpolateCubicSpline(Vertex *v[4], double t, double mat[4][4], { Vertex V; int i, j; - double T[4]; + double T[4] = {0., 0., 0., 0.}; if (derivee == 0){ T[3] = 1.;