Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
1469b4f9
Commit
1469b4f9
authored
Oct 30, 2017
by
Simon Spannagel
Browse files
Apply the algorithm options provided via the CLI
parent
97c62208
Pipeline
#225731
passed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/Analysis.cpp
View file @
1469b4f9
...
...
@@ -220,6 +220,9 @@ void Analysis::load_algorithms() {
// Remember that this library was loaded
loaded_libraries_
[
lib_name
]
=
lib
;
// Apply the module specific options to the module configuration
conf_mgr_
->
applyOptions
(
config
.
getName
(),
config
);
// Add the global internal parameters to the configuration
std
::
string
global_dir
=
gSystem
->
pwd
();
config
.
set
<
std
::
string
>
(
"_global_dir"
,
global_dir
);
...
...
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