Skip to content

Commit e0c081f

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 7d47d0a commit e0c081f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_rdmft/rdmft.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,8 @@ void RDMFT<TK, TR>::cal_Energy(const int cal_type)
921921
GlobalV::ofs_running << "\n\nfrom class RDMFT: \nXC_fun: " << XC_func_rdmft << std::endl;
922922
#ifdef __EXX
923923
<<<<<<< HEAD
924-
if( GlobalC::exx_info.info_global.cal_exx ) GlobalV::ofs_running << "alpha_power: " << alpha_power << std::endl;
924+
if( GlobalC::exx_info.info_global.cal_exx ) { GlobalV::ofs_running << "alpha_power: " << alpha_power << std::endl;
925+
}
925926
#endif
926927
=======
927928
if( GlobalC::exx_info.info_global.cal_exx ) { std::cout << "alpha_power: " << alpha_power << std::endl;

0 commit comments

Comments
 (0)