From 08708a5fa3e0448d0aa6e5365a8f7b07c893fd56 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 Feb 2025 05:49:35 -0700 Subject: [PATCH] Don't use .inst files where not necessary. --- source/base/polynomials_bernstein.cc | 3 ++- source/base/polynomials_bernstein.inst | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 source/base/polynomials_bernstein.inst diff --git a/source/base/polynomials_bernstein.cc b/source/base/polynomials_bernstein.cc index 34d79af5ea..cb12a2f652 100644 --- a/source/base/polynomials_bernstein.cc +++ b/source/base/polynomials_bernstein.cc @@ -48,6 +48,7 @@ PolynomialsBernstein::PolynomialsBernstein(const unsigned int index, {} -#include "polynomials_bernstein.inst" +template class dealii::PolynomialsBernstein; + DEAL_II_NAMESPACE_CLOSE diff --git a/source/base/polynomials_bernstein.inst b/source/base/polynomials_bernstein.inst deleted file mode 100644 index a852207e79..0000000000 --- a/source/base/polynomials_bernstein.inst +++ /dev/null @@ -1,15 +0,0 @@ -// ------------------------------------------------------------------------ -// -// SPDX-License-Identifier: LGPL-2.1-or-later -// Copyright (C) 2015 - 2018 by the deal.II authors -// -// This file is part of the deal.II library. -// -// Part of the source code is dual licensed under Apache-2.0 WITH -// LLVM-exception OR LGPL-2.1-or-later. Detailed license information -// governing the source code and code contributions can be found in -// LICENSE.md and CONTRIBUTING.md at the top level directory of deal.II. -// -// ------------------------------------------------------------------------ - -template class dealii::PolynomialsBernstein; -- 2.39.5