Skip to content
Snippets Groups Projects
Commit 0fe82612 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

GIT: check-in file #1504

parent e0370898
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ Foam::Function1Types::CSV<Type>::CSV ...@@ -213,7 +213,7 @@ Foam::Function1Types::CSV<Type>::CSV
nHeaderLine_(dict.get<label>("nHeaderLine")), nHeaderLine_(dict.get<label>("nHeaderLine")),
refColumn_(dict.get<label>("refColumn")), refColumn_(dict.get<label>("refColumn")),
componentColumns_(), componentColumns_(),
separator_(dict.getOrDefault<string>("separator", ",")[0]), separator_(dict.lookupOrDefault<string>("separator", ",")[0]),
mergeSeparators_(dict.get<bool>("mergeSeparators")), mergeSeparators_(dict.get<bool>("mergeSeparators")),
fName_(fName.empty() ? dict.get<fileName>("file") : fName) fName_(fName.empty() ? dict.get<fileName>("file") : fName)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment