Skip to content

Commit 5a9febe

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 69551e2 commit 5a9febe

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
@@ -407,7 +407,8 @@ void RDMFT<TK, TR>::cal_Energy(const int cal_type)
407407
{
408408
GlobalV::ofs_running << "\n\nfrom class RDMFT: \nXC_fun: " << XC_func_rdmft << std::endl;
409409
#ifdef __EXX
410-
if( GlobalC::exx_info.info_global.cal_exx ) GlobalV::ofs_running << "alpha_power: " << alpha_power << std::endl;
410+
if( GlobalC::exx_info.info_global.cal_exx ) { GlobalV::ofs_running << "alpha_power: " << alpha_power << std::endl;
411+
}
411412
#endif
412413
// GlobalV::ofs_running << std::setprecision(12);
413414
// GlobalV::ofs_running << std::setiosflags(std::ios::right);

0 commit comments

Comments
 (0)