From fb5be501fba46b17fec32d786aac2ad3f6f9ee0a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 7 May 2013 15:06:19 -0400 Subject: [PATCH] Revert "Return a more-useful column vector from partition();" This reverts commit fde7b1beb7c103ba562f35d27586c1b4d77eae75. --- partition.m | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/partition.m b/partition.m index ec1bc8b..99e3892 100644 --- a/partition.m +++ b/partition.m @@ -2,7 +2,7 @@ function [p,delta] = partition(integerN, a, b) % Partition the interval [a,b] into integerN subintervals. We do not % require that a