We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b76fb commit eb3d25bCopy full SHA for eb3d25b
source/module_elecstate/elecstate_pw.h
@@ -39,7 +39,7 @@ class ElecStatePW : public ElecState
39
40
//! init rho_data and kin_r_data
41
void init_rho_data();
42
- Real** rho = nullptr,
+ Real** rho = nullptr;
43
Real** kin_r = nullptr; //[Device] [spin][nrxx] rho and kin_r
44
45
protected:
@@ -75,9 +75,9 @@ class ElecStatePW : public ElecState
75
76
mutable T* vkb = nullptr;
77
78
- Real* rho_data = nullptr,
+ Real* rho_data = nullptr;
79
Real* kin_r_data = nullptr;
80
- T* wfcr = nullptr,
+ T* wfcr = nullptr;
81
T* wfcr_another_spin = nullptr;
82
83
private:
0 commit comments