Skip to content

Commit eb3d25b

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent f8b76fb commit eb3d25b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/module_elecstate/elecstate_pw.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ElecStatePW : public ElecState
3939

4040
//! init rho_data and kin_r_data
4141
void init_rho_data();
42-
Real** rho = nullptr,
42+
Real** rho = nullptr;
4343
Real** kin_r = nullptr; //[Device] [spin][nrxx] rho and kin_r
4444

4545
protected:
@@ -75,9 +75,9 @@ class ElecStatePW : public ElecState
7575

7676
mutable T* vkb = nullptr;
7777

78-
Real* rho_data = nullptr,
78+
Real* rho_data = nullptr;
7979
Real* kin_r_data = nullptr;
80-
T* wfcr = nullptr,
80+
T* wfcr = nullptr;
8181
T* wfcr_another_spin = nullptr;
8282

8383
private:

0 commit comments

Comments
 (0)