Skip to content

Commit 6a57a04

Browse files
committed
fix test error
1 parent f5969ca commit 6a57a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_io/read_input_item_exx_dftu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void ReadInput::item_exx()
112112
{
113113
para.input.exx_erfc_omega = {"0.11"};
114114
}
115-
if (dft_functional_lower == "lc_pbe")
115+
else if (dft_functional_lower == "lc_pbe")
116116
{
117117
para.input.exx_erfc_omega = {"0.33"};
118118
}

0 commit comments

Comments
 (0)