mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added missing const reference to constructor argument
This commit is contained in:
parent
bfb7ccfa8b
commit
d86f552a76
@ -46,7 +46,7 @@ public:
|
||||
/// \brief Constructor
|
||||
/// \param output_dir The output directory to use for reading/Writing.
|
||||
/// \param deckanme The name of the deck.
|
||||
ParallelFileMerger(fs::path output_dir,
|
||||
ParallelFileMerger(const fs::path& output_dir,
|
||||
const std::string& deckname)
|
||||
: debugFileRegex_("\\."+deckname+"\\.\\d+\\.DEBUG"),
|
||||
logFileRegex_(deckname+"\\.\\d+\\.PRT")
|
||||
|
Loading…
Reference in New Issue
Block a user