Skip to content

Commit

Permalink
Re #2702. Fixing again
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Feb 9, 2012
1 parent 221f41e commit 1d90f21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ namespace Mantid

std::string fun_str = createFunctionString(peakHeight, peakLoc);

fit_alg->setProperty("Function",fun_str);
fit_alg->setPropertyValue("Function",fun_str);
fit_alg->executeAsSubAlg();
std::string fitStatus = fit_alg->getProperty("OutputStatus");
//Pixel with large offset will be masked
Expand Down

0 comments on commit 1d90f21

Please sign in to comment.