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 7d47d0a commit e0c081fCopy full SHA for e0c081f
source/module_rdmft/rdmft.cpp
@@ -921,7 +921,8 @@ void RDMFT<TK, TR>::cal_Energy(const int cal_type)
921
GlobalV::ofs_running << "\n\nfrom class RDMFT: \nXC_fun: " << XC_func_rdmft << std::endl;
922
#ifdef __EXX
923
<<<<<<< HEAD
924
- 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;
925
+}
926
#endif
927
=======
928
if( GlobalC::exx_info.info_global.cal_exx ) { std::cout << "alpha_power: " << alpha_power << std::endl;
0 commit comments