comparison +time/SBPInTime.m @ 432:eca4ca84cf0a feature/quantumTriangles

Merge in feature/grids
author Ylva Rydin <ylva.rydin@telia.com>
date Wed, 08 Feb 2017 11:10:13 +0100
parents 38173ea263ed
children 8894e9c49e40
comparison
equal deleted inserted replaced
431:5f4540e13f9b 432:eca4ca84cf0a
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