From 998efc5c5be1ef11c98d99be40446936658297ac Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 4 Nov 2012 13:38:35 +0000 Subject: [PATCH] pp --- Fltk/highOrderToolsWindow.cpp | 6 ------ Geo/GeoInterpolation.cpp | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Fltk/highOrderToolsWindow.cpp b/Fltk/highOrderToolsWindow.cpp index e39cfdebc5..81f51c50a2 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 e5c9f00d10..576aab7d91 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.; -- GitLab