diff --git a/_test/test_sqw/combine_cuts.m b/_test/test_sqw/combine_cuts.m index 8d5bc4a5f7..5baf046b5d 100644 --- a/_test/test_sqw/combine_cuts.m +++ b/_test/test_sqw/combine_cuts.m @@ -4,6 +4,10 @@ % >> wtot=combine_cuts(w) % % Assumes that combining is valid - no checks performed. +% +% $Revision:: 1750 ($Date:: 2019-04-08 17:55:21 +0100 (Mon, 8 Apr 2019) $) +% + nw=numel(w); if nw==1 % catch case of single cut @@ -79,9 +83,6 @@ % vout=[v(1)*ones(1:n(1)), v(2)*ones(1:n(2), ...)]' % Original author: T.G.Perring -% -% $Revision:: 1750 ($Date:: 2019-04-08 17:55:21 +0100 (Mon, 8 Apr 2019) $) - if numel(npix)==numel(v) % Get the bin index for each pixel nend=cumsum(npix(:)); @@ -107,8 +108,6 @@ % Original author: T.G.Perring % -% $Revision:: 1750 ($Date:: 2019-04-08 17:55:21 +0100 (Mon, 8 Apr 2019) $) - wout=w; % Get the bin index for each pixel diff --git a/algorithms/read_horace.m b/algorithms/read_horace.m index 6d3eba79a4..850d8512d6 100644 --- a/algorithms/read_horace.m +++ b/algorithms/read_horace.m @@ -12,9 +12,6 @@ % % Original author: T.G.Perring % -% -% $Revision:: 1750 ($Date:: 2019-04-08 17:55:21 +0100 (Mon, 8 Apr 2019) $) -% % Read sqw/dnd object from a file or array of sqw/dnd objects from a set of files % % >> w=read_horace(file) @@ -26,8 +23,9 @@ % Original author: T.G.Perring % +% % $Revision:: 1750 ($Date:: 2019-04-08 17:55:21 +0100 (Mon, 8 Apr 2019) $) - +% % Perform operations % ------------------