diff --git a/Numeric/functionSpace.cpp b/Numeric/functionSpace.cpp index e2259ec1378fbd174b0ef021ae00761cda9395e6..fa2f604eb4fc22a3285ff04f872e917b49f3b1b4 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; }