We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59371ce + f977c2d commit e1d3a77Copy full SHA for e1d3a77
source/module_rdmft/rdmft.cpp
@@ -402,7 +402,8 @@ void RDMFT<TK, TR>::cal_Energy(const int cal_type)
402
{
403
GlobalV::ofs_running << "\n\nfrom class RDMFT: \nXC_fun: " << XC_func_rdmft << std::endl;
404
#ifdef __EXX
405
- if( GlobalC::exx_info.info_global.cal_exx ) GlobalV::ofs_running << "alpha_power: " << alpha_power << std::endl;
+ if( GlobalC::exx_info.info_global.cal_exx ) { GlobalV::ofs_running << "alpha_power: " << alpha_power << std::endl;
406
+}
407
#endif
408
// GlobalV::ofs_running << std::setprecision(12);
409
// GlobalV::ofs_running << std::setiosflags(std::ios::right);
0 commit comments