Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julia
Nektar
Commits
5ad9fac1
Commit
5ad9fac1
authored
Jan 27, 2014
by
Dave Moxey
Browse files
Merge branch 'fix/tester-boost' of /opt/gitlab/repositories/nektar
parents
b2641d63
dde601b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Tester.cpp
View file @
5ad9fac1
...
...
@@ -82,7 +82,7 @@ int main(int argc, char *argv[])
hidden
.
add_options
()
(
"input-file"
,
po
::
value
<
string
>
(),
"Input filename"
);
po
::
options_description
cmdline_options
;
po
::
options_description
cmdline_options
(
"Command-line options"
)
;
cmdline_options
.
add
(
hidden
).
add
(
desc
);
po
::
options_description
visible
(
"Allowed options"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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