Skip to content

Commit cacaf93

Browse files
authored
Update Exx_LRI_interface.hpp
1 parent f5734d4 commit cacaf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_ri/Exx_LRI_interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void Exx_LRI_Interface<T, Tdata>::exx_before_all_runners(const K_Vectors& kv, co
5252
}
5353

5454
template<typename T, typename Tdata>
55-
void Exx_LRI_Interface<T, Tdata>::exx_beforescf(const int istep, const K_Vectors& kv, const Charge_Mixing& chgmix, const UnitCell& ucell, const Parallel_2D& pv, const LCAO_Orbitals& orb)
55+
void Exx_LRI_Interface<T, Tdata>::exx_beforescf(const int istep, const K_Vectors& kv, const Charge_Mixing& chgmix, const UnitCell& ucell, const LCAO_Orbitals& orb)
5656
{
5757
#ifdef __MPI
5858
if (GlobalC::exx_info.info_global.cal_exx)

0 commit comments

Comments
 (0)