Skip to content

Commit b9fada9

Browse files
authored
Fix: a default value in tool_title.h (#2043)
Co-authored-by: root <hongriTianqi>
1 parent 47867ec commit b9fada9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/tool_title.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace ModuleBase
1717

1818
void TITLE(const std::string &class_function_name,const bool disable=true);
1919
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);
20+
void TITLE(std::ofstream &ofs,const std::string &class_name,const std::string &function_name,const bool disable=true);
2121
}
2222

2323
#endif

0 commit comments

Comments
 (0)