Commit d520ef0b99d1de5fbc13932b40417c317a302168
1 parent
197fba8c
Exists in
master
and in
69 other branches
correcting middele type"
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/ExternLib/StatisticProcesses/AMDAPlugin.cc
... | ... | @@ -133,8 +133,8 @@ extern "C" void registerPlugin(AMDA::Plugins::PluginManager & pm) { |
133 | 133 | ServicesServer::getInstance()->linkStatisticProcessWithPlugin("firstValue", pluginPath); |
134 | 134 | |
135 | 135 | StatisticProcessFactory factMiddleProcess = boost::factory<AMDA::Statistic::MinMaxMean::MiddleValueStatisticProcess*>(); |
136 | - ServicesServer::getInstance()->addStatisticProcessFactory("middeleIntervalValue", factMiddleProcess); | |
137 | - ServicesServer::getInstance()->linkStatisticProcessWithPlugin("middeleIntervalValue", pluginPath); | |
136 | + ServicesServer::getInstance()->addStatisticProcessFactory("middleIntervalValue", factMiddleProcess); | |
137 | + ServicesServer::getInstance()->linkStatisticProcessWithPlugin("middleIntervalValue", pluginPath); | |
138 | 138 | |
139 | 139 | StatisticProcessFactory factLastProcess = boost::factory<AMDA::Statistic::MinMaxMean::LastValueStatisticProcess*>(); |
140 | 140 | ServicesServer::getInstance()->addStatisticProcessFactory("lastValue", factLastProcess); | ... | ... |