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 9441396 commit dc20084Copy full SHA for dc20084
source/source_estate/update_pot.cpp
@@ -1,6 +1,7 @@
1
#include "source_estate/update_pot.h"
2
+#include "source_estate/cal_ux.h"
3
-void elecstate::update_pot(const UnitCell& ucell, // unitcell
4
+void elecstate::update_pot(UnitCell& ucell, // unitcell
5
elecstate::ElecState* &pelec, // pointer of electrons
6
const Charge &chr,
7
const bool conv_esolver
source/source_estate/update_pot.h
@@ -7,7 +7,7 @@
namespace elecstate
8
{
9
10
-void update_pot(const UnitCell& ucell, // unitcell
+void update_pot(UnitCell& ucell, // unitcell
11
12
13
const bool conv_esolver); // charge density
0 commit comments