Skip to content

Commit

Permalink
Re #7083 Get property value
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Feb 23, 2015
1 parent 6477d24 commit 313b67c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -171,7 +171,7 @@ void PlotAsymmetryByLogValue::exec() {
std::string firstFN = getProperty("FirstRun");
std::string lastFN = getProperty("LastRun");
// Get function to apply to logValue
m_logFunc = getProperty("Function");
m_logFunc = getPropertyValue("Function");

// Parse run names and get the number of runs
std::string fnBase, fnExt;
Expand Down

0 comments on commit 313b67c

Please sign in to comment.