Skip to content

Commit

Permalink
Refs #9780 Remove offending line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Jun 30, 2014
1 parent 2f584a7 commit e521502
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -94,8 +94,6 @@ class DLLExport DataProcessorAlgorithm : public Algorithm

alg->setProperty<LHSType>("LHSWorkspace",lhs);
alg->setProperty<RHSType>("RHSWorkspace",rhs);
alg->setPropertyValue("OutputWorkspace","tmp_binary_op_ws");

alg->execute();

if (alg->isExecuted())
Expand Down

0 comments on commit e521502

Please sign in to comment.