Skip to content

Commit e18e69a

Browse files
committed
fix compile error
1 parent 9e9c5e8 commit e18e69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hamilt_general/module_xc/exx_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct Exx_Info
4646
bool real_number = false;
4747
int Rcut_type = 1;
4848
Singular_Value::Fq_type fq_type;
49-
bool use_ewald - false;
49+
bool use_ewald = false;
5050

5151
double pca_threshold = 0;
5252
std::vector<std::string> files_abfs;

0 commit comments

Comments
 (0)