From 6dca266df9a15e7005e8f5b611e563d5c720e382 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 2 Nov 2009 15:18:27 +0000 Subject: [PATCH] pp --- Numeric/functionSpace.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Numeric/functionSpace.cpp b/Numeric/functionSpace.cpp index e2259ec137..fa2f604eb4 100644 --- a/Numeric/functionSpace.cpp +++ b/Numeric/functionSpace.cpp @@ -230,8 +230,6 @@ static fullMatrix<double> generatePascalTetrahedron(int order) return monomials; } - - static int nbdoftriangle(int order) { return (order + 1) * (order + 2) / 2; } //static int nbdoftriangleserendip(int order) { return 3 * order; } -- GitLab