From: Wolfgang Bangerth Date: Tue, 4 Feb 2025 12:49:35 +0000 (-0700) Subject: Don't use .inst files where not necessary. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18078%2Fhead;p=dealii.git Don't use .inst files where not necessary. --- 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;