comparison +time/SBPInTime.m @ 820:501750fbbfdb

Merge with feature/grids
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 07 Sep 2018 14:40:58 +0200
parents 38173ea263ed
children 8894e9c49e40
comparison
equal deleted inserted replaced
819:fdf0ef9150f4 820:501750fbbfdb
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