Skip to content

Commit

Permalink
Re #10894 Fixing build plot asymmetry by log value
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Jan 23, 2015
1 parent 00e3c71 commit d8a5f96
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -138,7 +138,7 @@ void PlotAsymmetryByLogValue::exec() {
m_backward_list = getProperty("BackwardSpectra");
m_autogroup = (m_forward_list.size() == 0 && m_backward_list.size() == 0);
// Get log value
m_logName = getProperty("LogValue");
m_logName = getPropertyValue("LogValue");
// Get green and red periods
int red = getProperty("Red");
int green = getProperty("Green");
Expand Down

0 comments on commit d8a5f96

Please sign in to comment.