Skip to content

Commit

Permalink
pre libxc7 epc=false
Browse files Browse the repository at this point in the history
  • Loading branch information
aodongliu committed May 3, 2024
1 parent d29994c commit 05621b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libxc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ bool LibxcKernelImpl::is_epc_() const noexcept {
#if XC_MAJOR_VERSION > 7
xcNumber == XC_LDA_C_EPC17 or xcNumber == XC_LDA_C_EPC17_2 or xcNumber == XC_LDA_C_EPC18_1 or xcNumber == XC_LDA_C_EPC18_2;
#else
xcNumber == 328 or xcNumber == 329 or xcNumber == 330 or xcNumber or 331;
false;
#endif
}

Expand Down

0 comments on commit 05621b8

Please sign in to comment.