Skip to content

Commit d0c936b

Browse files
Begin EXX KPAR
1 parent 31bfafc commit d0c936b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/source_pw/module_pwdft/operator_pw/exx_pw_pot.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ template void get_exx_potential<float, base_device::DEVICE_GPU>(const K_Vectors*
521521
double,
522522
int,
523523
int,
524-
bool));
524+
bool);
525525
template void get_exx_potential<double, base_device::DEVICE_GPU>(const K_Vectors*,
526526
const ModulePW::PW_Basis_K*,
527527
ModulePW::PW_Basis*,
@@ -531,7 +531,7 @@ template void get_exx_potential<double, base_device::DEVICE_GPU>(const K_Vectors
531531
double,
532532
int,
533533
int,
534-
bool));
534+
bool);
535535
template void get_exx_stress_potential<float, base_device::DEVICE_GPU>(const K_Vectors*,
536536
const ModulePW::PW_Basis_K*,
537537
ModulePW::PW_Basis*,

0 commit comments

Comments
 (0)