Skip to content

Commit 46e9fba

Browse files
Merge branch 'master' into license-fma
2 parents ce6a1a1 + dd6a007 commit 46e9fba

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

include/computational_domain.h

Lines changed: 13 additions & 1 deletion
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
// We start with including a bunch
316
// of include files: they might be more than
@@ -22,7 +35,6 @@
2235
#include <deal.II/grid/tria_iterator.h>
2336

2437
#include <deal.II/lac/full_matrix.h>
25-
#include <deal.II/lac/matrix_lib.h>
2638
#include <deal.II/lac/precondition.h>
2739
#include <deal.II/lac/solver_control.h>
2840
#include <deal.II/lac/solver_gmres.h>

0 commit comments

Comments
 (0)