diff --git a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/CutMD.py b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/CutMD.py index deb86d1b8ca730cd74b9b51762bcb055fbbabf95..3136b866714059db576ad906615eaaf1231ef66d 100644 --- a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/CutMD.py +++ b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/CutMD.py @@ -111,7 +111,7 @@ class CutMD(DataProcessorAlgorithm): for k in Krange: for l in Lrange: original_corner=np.array([h,k,l]) - new_coords[counter]=original_corner.dot(Minv) + new_coords[counter]=np.dot(original_corner, Minv) counter += 1 # Get the min max extents