Skip to content
Snippets Groups Projects
Commit 196cf177 authored by Tom Fischer's avatar Tom Fischer
Browse files

[BL/FileTools] Fix clang tidy warnings.

Fix warning readability-inconsistent-declaration-parameter-name.
parent ac4c5877
No related branches found
No related tags found
No related merge requests found
...@@ -36,12 +36,12 @@ bool IsFileExisting(const std::string &strFilename); ...@@ -36,12 +36,12 @@ bool IsFileExisting(const std::string &strFilename);
* correctly. * correctly.
*/ */
std::tuple<std::string, std::string::size_type, std::string::size_type> std::tuple<std::string, std::string::size_type, std::string::size_type>
getParenthesizedString(std::string const& str, getParenthesizedString(std::string const& in,
char const open_char, char const open_char,
char const close_char, char const close_char,
std::string::size_type pos); std::string::size_type pos);
std::string constructFormattedFileName(std::string const& prefix, std::string constructFormattedFileName(std::string const& format_specification,
std::string const& mesh_name, std::string const& mesh_name,
int const process_id, int const process_id,
int const timestep, int const timestep,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment