Skip to content
Snippets Groups Projects
Commit 998efc5c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent cac833c9
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
......@@ -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.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment