Skip to content

Commit 51644c2

Browse files
committed
solve conflict
1 parent 5bad0d0 commit 51644c2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/source_pw/module_ofdft/evolve_ofdft.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ void Evolve_OFDFT::cal_vw_potential_phi(std::vector<std::complex<double>> pphi,
122122

123123
void Evolve_OFDFT::cal_CD_potential(std::vector<std::complex<double>> psi_,
124124
ModulePW::PW_Basis* pw_rho,
125-
<<<<<<< HEAD
126125
ModuleBase::matrix& rpot,
127126
double mCD_para)
128127
{
@@ -203,15 +202,6 @@ void Evolve_OFDFT::cal_CD_potential(std::vector<std::complex<double>> psi_,
203202
}
204203
delete[] recipPhi;
205204
delete[] rPhi;
206-
=======
207-
ModuleBase::matrix& rpot)
208-
{
209-
for (int is = 0; is < PARAM.inp.nspin; ++is)
210-
{
211-
//recipCurrent = new std::complex<double>[pw_rho->npw];
212-
//delete[] recipCurrent;
213-
}
214-
>>>>>>> c66790bd1da1068b928178ce993d68a8fa4965b3
215205
}
216206

217207
void Evolve_OFDFT::propagate_psi(elecstate::ElecState* pelec,

0 commit comments

Comments
 (0)