Skip to content

Commit

Permalink
Merge pull request #24 from andresailer/sharedParam
Browse files Browse the repository at this point in the history
LcfiPlusProcessor: processorParameters are now a shared_ptr
  • Loading branch information
jstrube authored Jul 2, 2017
2 parents 14f59b2 + 507df9b commit 8fb35c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LcfiplusProcessor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void LcfiplusProcessor::init() {
// usually a good idea to
printParameters() ;

StringParameters* parameter = parameters();
std::shared_ptr<StringParameters> parameter = parameters();
/*
// obtain algorithm name
if(!parameter->isParameterSet("algorithm")){
Expand Down

0 comments on commit 8fb35c0

Please sign in to comment.