Commit 6018064 1 parent 9289d21 commit 6018064 Copy full SHA for 6018064
File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 25
25
26
26
#pragma once
27
27
28
- #include " StepFunction.h "
29
- # include " utils/print_utils.h "
28
+ #include < memory >
29
+
30
30
#include < MRCPP/MWFunctions>
31
31
#include < MRCPP/Printer>
32
- #include < memory>
32
+
33
+ #include " StepFunction.h"
34
+ #include " utils/print_utils.h"
33
35
34
36
namespace mrchem {
37
+ class Cavity ;
35
38
/* * @class DHScreening
36
39
*
37
40
* @brief Square of the Debye-Huckel Screening parameter.
@@ -49,9 +52,6 @@ namespace mrchem {
49
52
* \f]
50
53
* Where \f$C_{ion}(\mathbf{r})\f$ is the ion accessible Cavity function.
51
54
*/
52
-
53
- class Cavity ;
54
-
55
55
class DHScreening final : public StepFunction {
56
56
public:
57
57
/* * @brief Standard constructor. Initializes the #cavity_ion and #kappa_out with the input parameters.
Original file line number Diff line number Diff line change 24
24
*/
25
25
26
26
#pragma once
27
- #include " StepFunction.h"
28
- #include " utils/print_utils.h"
27
+
28
+ #include < memory>
29
+
29
30
#include < MRCPP/MWFunctions>
30
31
#include < MRCPP/Printer>
31
- #include < memory>
32
+
33
+ #include " StepFunction.h"
34
+ #include " utils/print_utils.h"
32
35
33
36
namespace mrchem {
34
37
/* * @class Permittivity
You can’t perform that action at this time.
0 commit comments