Skip to content

Commit

Permalink
Refs #4878 - Actually fixing error this time ...
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed May 3, 2012
1 parent 692d3fc commit 61b674e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ Mantid::API::CompositeFunction_sptr IndirectDataAnalysis::confitCreateFunction(b

if ( tie || ! m_cfProp["DeltaHeight"]->subProperties().isEmpty() )
{
std::string parName = createParName(index, subIndex, "Height");
std::string parName = createParName(index, "Height");
conv->tie(parName, m_cfProp["DeltaHeight"]->valueText().toStdString() );
}

Expand Down

0 comments on commit 61b674e

Please sign in to comment.