Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8d582d02
Commit
8d582d02
authored
Sep 12, 2018
by
Andrew Heather
Browse files
BUG: foamLog - corrected for Ubuntu. See
#860
parent
32d50300
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/foamLog
View file @
8d582d02
...
...
@@ -241,7 +241,7 @@ getAllQueries()
#-- Add ones from database, present in log file
# Note: just like awk, line selected with regular expression,
# column with string.
local
dbQueries
=
$(
getDbQueryList
$db
)
local
dbQueries
=
"
$(
getDbQueryList
$db
)
"
for
var
in
$dbQueries
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment