|
1 | 1 | # API files
|
2 |
| -/api/*.h licensefile=.githooks/license-maintainer/LICENSE-C |
3 |
| -/api/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 2 | +api/*.h licensefile=.githooks/license-maintainer/LICENSE-C |
| 3 | +api/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
4 | 4 |
|
5 | 5 | # include directory
|
6 |
| -/include/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
7 |
| -/include/Config.hpp.in licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 6 | +include/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 7 | +include/STLUtils.hpp !licensefile |
| 8 | +include/Config.hpp.in licensefile=.githooks/license-maintainer/LICENSE-C++ |
8 | 9 |
|
9 | 10 | # bin
|
10 |
| -/src/bin/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 11 | +src/bin/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
11 | 12 |
|
12 | 13 | # bi_operators
|
13 |
| -/src/bi_operators/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 14 | +src/bi_operators/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 15 | +src/bi_operators/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
14 | 16 |
|
15 | 17 | # cavity
|
16 |
| -/src/cavity/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
17 |
| -/src/cavity/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 18 | +src/cavity/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 19 | +src/cavity/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
18 | 20 |
|
19 | 21 | # green
|
20 |
| -/src/green/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
21 |
| -/src/green/dielectric_profile/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 22 | +src/green/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 23 | +src/green/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 24 | +src/green/dielectric_profile/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
22 | 25 |
|
23 | 26 | # interface
|
24 |
| -/src/interface/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
25 |
| -/src/interface/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 27 | +src/interface/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 28 | +src/interface/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
26 | 29 |
|
27 | 30 | # metal
|
28 |
| -/src/metal/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 31 | +src/metal/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
29 | 32 |
|
30 | 33 | # pedra
|
31 |
| -/src/pedra/*.inc licensefile=.githooks/license-maintainer/LICENSE-Fortran |
32 |
| -pedra/pedra_cavity.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
33 |
| -pedra/pedra_cavity_derivatives.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
34 |
| -pedra/pedra_cavity_interface.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
35 |
| -pedra/pedra_dblas.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
36 |
| -pedra/pedra_precision.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
37 |
| -pedra/pedra_print.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
38 |
| -pedra/pedra_symmetry.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
39 |
| -pedra/pedra_utils.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 34 | +src/pedra/*.inc licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 35 | +src/pedra/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 36 | +src/pedra/pedra_dlapack.F90 !licensefile |
40 | 37 |
|
41 | 38 | # solver
|
42 |
| -/src/solver/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
43 |
| -/src/solver/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 39 | +src/solver/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 40 | +src/solver/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
44 | 41 |
|
45 | 42 | # utils
|
46 |
| -/src/utils/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
47 |
| -/src/utils/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 43 | +src/utils/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 44 | +src/utils/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 45 | +src/utils/cnpy.hpp !licensefile |
| 46 | +src/utils/cnpy.cpp !licensefile |
| 47 | +src/utils/legendre.h !licensefile |
| 48 | +src/utils/Interpolation.* !licensefile |
| 49 | +src/utils/Vector* !licensefile |
48 | 50 |
|
49 | 51 | # tests
|
50 |
| -/tests/unit_tests.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
51 |
| -/tests/TestingMolecules.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
52 |
| -/tests/Fortran_host/*.F90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
| 52 | +tests/unit_tests.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 53 | +tests/TestingMolecules.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 54 | +tests/Fortran_host/*.f90 licensefile=.githooks/license-maintainer/LICENSE-Fortran |
53 | 55 | /tests/C_host/*.h licensefile=.githooks/license-maintainer/LICENSE-C
|
54 | 56 | /tests/C_host/*.c licensefile=.githooks/license-maintainer/LICENSE-C
|
55 |
| -/tests/bi_operators/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
56 |
| -/tests/cpcm/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
57 |
| -/tests/dielectric_profile/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
58 |
| -/tests/gepol/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
59 |
| -/tests/green/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
60 |
| -/tests/green/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
61 |
| -/tests/iefpcm/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
62 |
| -/tests/input/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
63 |
| -/tests/numerical_quadrature/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 57 | +tests/bi_operators/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 58 | +tests/cpcm/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 59 | +tests/dielectric_profile/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 60 | +tests/gepol/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 61 | +tests/green/*.hpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 62 | +tests/green/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 63 | +tests/iefpcm/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 64 | +tests/input/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
| 65 | +tests/numerical_quadrature/*.cpp licensefile=.githooks/license-maintainer/LICENSE-C++ |
64 | 66 |
|
65 | 67 | # tools
|
66 |
| -/src/make_cmake_files.py licensefile=.githooks/license-maintainer/LICENSE-Python |
67 |
| -/tools/pcmsolver.py.in licensefile=.githooks/license-maintainer/LICENSE-Python |
68 |
| -/tests/make_cmake_files.py licensefile=.githooks/license-maintainer/LICENSE-Python |
| 68 | +src/make_cmake_files.py licensefile=.githooks/license-maintainer/LICENSE-Python |
| 69 | +tools/pcmsolver.py.in licensefile=.githooks/license-maintainer/LICENSE-Python |
| 70 | +tests/make_cmake_files.py licensefile=.githooks/license-maintainer/LICENSE-Python |
0 commit comments