diff --git a/Code/Mantid/Framework/Geometry/src/Crystal/ConventionalCell.cpp b/Code/Mantid/Framework/Geometry/src/Crystal/ConventionalCell.cpp index ebea990bf8a1..0eab442021ce 100644 --- a/Code/Mantid/Framework/Geometry/src/Crystal/ConventionalCell.cpp +++ b/Code/Mantid/Framework/Geometry/src/Crystal/ConventionalCell.cpp @@ -190,7 +190,7 @@ namespace Geometry if ( cell_type == ReducedCell::ORTHORHOMBIC() ) { - SetSidesIncreasing( adjusted_UB ); + //SetSidesIncreasing( adjusted_UB ); } else if ( cell_type == ReducedCell::TETRAGONAL() ) {