File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
PWGCF/GenericFramework/Tasks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ o2physics_add_dpl_workflow(flow-generic-framework
1515 COMPONENT_NAME Analysis)
1616
1717o2physics_add_dpl_workflow(flow-gfw-light-ions
18- SOURCES flowGFWLightIons .cxx
18+ SOURCES flowGfwLightIons .cxx
1919 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
2020 COMPONENT_NAME Analysis)
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ struct FlowGfwLightIons {
214214
215215 void init (InitContext const &)
216216 {
217- LOGF (info, " flowGFWLightIons ::init()" );
217+ LOGF (info, " flowGfwLightIons ::init()" );
218218 o2::analysis::gfw::regions.SetNames (cfgRegions->GetNames ());
219219 o2::analysis::gfw::regions.SetEtaMin (cfgRegions->GetEtaMin ());
220220 o2::analysis::gfw::regions.SetEtaMax (cfgRegions->GetEtaMax ());
You can’t perform that action at this time.
0 commit comments