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.
1 parent 69551e2 commit 5a9febeCopy full SHA for 5a9febe
source/module_rdmft/rdmft.cpp
@@ -407,7 +407,8 @@ void RDMFT<TK, TR>::cal_Energy(const int cal_type)
407
{
408
GlobalV::ofs_running << "\n\nfrom class RDMFT: \nXC_fun: " << XC_func_rdmft << std::endl;
409
#ifdef __EXX
410
- 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;
411
+}
412
#endif
413
// GlobalV::ofs_running << std::setprecision(12);
414
// GlobalV::ofs_running << std::setiosflags(std::ios::right);
0 commit comments