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 47867ec commit b9fada9Copy full SHA for b9fada9
source/module_base/tool_title.h
@@ -17,7 +17,7 @@ namespace ModuleBase
17
18
void TITLE(const std::string &class_function_name,const bool disable=true);
19
void TITLE(const std::string &class_name,const std::string &function_name,const bool disable=true);
20
-void TITLE(std::ofstream &ofs,const std::string &class_name,const std::string &function_name,const bool disable=false);
+void TITLE(std::ofstream &ofs,const std::string &class_name,const std::string &function_name,const bool disable=true);
21
}
22
23
#endif
0 commit comments