File tree 1 file changed +3
-17
lines changed
1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (C) 2015 Garth N. Wells
2
2
//
3
- // This file is part of DOLFIN.
3
+ // This file is part of DOLFIN (www.fenicsproject.org)
4
4
//
5
- // DOLFIN is free software: you can redistribute it and/or modify
6
- // it under the terms of the GNU Lesser General Public License as published by
7
- // the Free Software Foundation, either version 3 of the License, or
8
- // (at your option) any later version.
9
- //
10
- // DOLFIN is distributed in the hope that it will be useful,
11
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- // GNU Lesser General Public License for more details.
14
- //
15
- // You should have received a copy of the GNU Lesser General Public License
16
- // along with DOLFIN. If not, see <http://www.gnu.org/licenses/>.
5
+ // SPDX-License-Identifier: LGPL-3.0-or-later
17
6
18
- #ifndef __DOLFIN_ARRAYVIEW_H
19
- #define __DOLFIN_ARRAYVIEW_H
7
+ #pragma once
20
8
21
9
#include < cstddef>
22
10
#include < dolfin/log/log.h>
@@ -112,5 +100,3 @@ class ArrayView
112
100
T* _x;
113
101
};
114
102
}
115
-
116
- #endif
You can’t perform that action at this time.
0 commit comments