Skip to content

Commit

Permalink
Refs #4980 comment execEvent until working
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Mar 19, 2012
1 parent 07020f5 commit 087569c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/Framework/MPIAlgorithms/src/GatherWorkspaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ void GatherWorkspaces::exec()
// Get the total number of spectra in the combined inputs
totalSpec = inputWorkspace->getNumberHistograms();

eventW = boost::dynamic_pointer_cast<const EventWorkspace>( inputWorkspace);
//Serialization for gather in execEvent not working yet
/*eventW = boost::dynamic_pointer_cast<const EventWorkspace>( inputWorkspace);
if (eventW != NULL)
{
if (getProperty("PreserveEvents"))
Expand All @@ -85,7 +86,7 @@ void GatherWorkspaces::exec()
this->execEvent();
return;
}
}
}*/

// The root process needs to create a workspace of the appropriate size
MatrixWorkspace_sptr outputWorkspace;
Expand Down

0 comments on commit 087569c

Please sign in to comment.