Skip to content

Commit f027015

Browse files
Merge pull request #48 from nicola-giuliani/license-bem
License bem problem
2 parents 8c1b5fb + 3747019 commit f027015

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

include/bem_problem.h

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
// ---------------------------------------------------------------------
2+
//
3+
// Copyright (C) 2014 - 2020 by the pi-BEM authors.
4+
//
5+
// This file is part of the pi-BEM library.
6+
//
7+
// The pi-BEM is free software; you can use it, redistribute
8+
// it, and/or modify it under the terms of the GNU Lesser General
9+
// Public License version 2.1 as published by the Free Software Foundation.
10+
// The full text of the license can be found in the file LICENSE at
11+
// the top level of the pi-BEM distribution.
12+
//
13+
// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai
114

215
#ifndef bem_problem_h
316
#define bem_problem_h
@@ -23,7 +36,6 @@
2336
#include <deal.II/lac/affine_constraints.h>
2437
#include <deal.II/lac/block_sparsity_pattern.h>
2538
#include <deal.II/lac/full_matrix.h>
26-
#include <deal.II/lac/matrix_lib.h>
2739
#include <deal.II/lac/precondition.h>
2840
#include <deal.II/lac/solver_control.h>
2941
#include <deal.II/lac/solver_gmres.h>
@@ -311,8 +323,8 @@ class BEMProblem : public deal2lkit::ParameterAcceptor
311323

312324

313325

314-
std_cxx1x::shared_ptr<Quadrature<dim - 1>> quadrature;
315-
unsigned int quadrature_order;
326+
std::shared_ptr<Quadrature<dim - 1>> quadrature;
327+
unsigned int quadrature_order;
316328

317329
/// the number of standard quadrature points
318330
/// and singular kernel quadrature to be

0 commit comments

Comments
 (0)