comparison +time/SBPInTime.m @ 425:e56dbd9e4196 feature/grids

Merge feature/beams
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2017 16:09:02 +0100
parents 38173ea263ed
children 8894e9c49e40
comparison
equal deleted inserted replaced
423:a2cb0d4f4a02 425:e56dbd9e4196
102 obj.t = obj.t + obj.k; 102 obj.t = obj.t + obj.k;
103 obj.n = obj.n + 1; 103 obj.n = obj.n + 1;
104 end 104 end
105 end 105 end
106 106
107
107 methods(Static) 108 methods(Static)
108 function N = smallestBlockSize(order,TYPE) 109 function N = smallestBlockSize(order,TYPE)
109 default_arg('TYPE','gauss') 110 default_arg('TYPE','gauss')
110 111
111 switch TYPE 112 switch TYPE