1 parent 1dccf29 commit b9357cfCopy full SHA for b9357cf
1 file changed
source/module_hamilt_general/module_xc/xc_functional.cpp
@@ -37,7 +37,6 @@ int XC_Functional::get_func_type()
37
38
void XC_Functional::set_xc_first_loop(const UnitCell& ucell)
39
{
40
- ModuleBase::TITLE("XC_Functional", "set_xc_first_loop");
41
/** In the special "two-level" calculation case,
42
the first scf iteration only calculate the functional without exact
43
exchange. but in "nscf" calculation, there is no need of "two-level"
@@ -399,4 +398,4 @@ std::string XC_Functional::output_info()
399
398
s += std::to_string(id)+"\t";
400
return s;
401
#endif
402
-}
+}
0 commit comments