Skip to content

Commit 99eae78

Browse files
committed
Test: Fix module_elecstate/test/elecstate_energy_test.cpp
1 parent 97c92ad commit 99eae78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/module_elecstate/test/elecstate_energy_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ double ElecState::get_dftu_energy()
4747
return 0.6;
4848
}
4949
#endif
50+
double ElecState::get_local_pp_energy()
51+
{
52+
return 0.7;
53+
}
5054
} // namespace elecstate
5155

5256
#include "module_cell/klist.h"

0 commit comments

Comments
 (0)