Skip to content

Commit b9357cf

Browse files
committed
Remove added ModuleBase::TITLE in xc_functional.cpp
1 parent 1dccf29 commit b9357cf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/module_hamilt_general/module_xc/xc_functional.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ int XC_Functional::get_func_type()
3737

3838
void XC_Functional::set_xc_first_loop(const UnitCell& ucell)
3939
{
40-
ModuleBase::TITLE("XC_Functional", "set_xc_first_loop");
4140
/** In the special "two-level" calculation case,
4241
the first scf iteration only calculate the functional without exact
4342
exchange. but in "nscf" calculation, there is no need of "two-level"
@@ -399,4 +398,4 @@ std::string XC_Functional::output_info()
399398
s += std::to_string(id)+"\t";
400399
return s;
401400
#endif
402-
}
401+
}

0 commit comments

Comments
 (0)