Skip to content

Commit f5734d4

Browse files
authored
Update Exx_LRI_interface.h
1 parent ba09ba9 commit f5734d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_ri/Exx_LRI_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Exx_LRI_Interface
5454
void exx_before_all_runners(const K_Vectors& kv, const UnitCell& ucell, const Parallel_2D& pv);
5555

5656
/// @brief in beforescf: set xc type, opt_orb, do DM mixing
57-
void exx_beforescf(const int istep, const K_Vectors& kv, const Charge_Mixing& chgmix, const UnitCell& ucell, const Parallel_2D& pv, const LCAO_Orbitals& orb);
57+
void exx_beforescf(const int istep, const K_Vectors& kv, const Charge_Mixing& chgmix, const UnitCell& ucell, const LCAO_Orbitals& orb);
5858

5959
/// @brief in eachiterinit: do DM mixing and calculate Hexx when entering 2nd SCF
6060
void exx_eachiterinit(const int istep, const elecstate::DensityMatrix<T, double>& dm/**< double should be Tdata if complex-PBE-DM is supported*/,

0 commit comments

Comments
 (0)