Skip to content
Snippets Groups Projects
Commit 6c4f8fb0 authored by Marco Berzborn's avatar Marco Berzborn
Browse files

bugfix

parent 4bfaf5ba
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ end
while true
coordsCart = eq_point_set(2,sArgs.nPoints).';
sampling = itaSamplingSph(coordsCart,'cart');
Y = mbe_sph_base(sampling,Nmax);
Y = ita_sph_base(sampling,Nmax);
condNum = cond(Y);
if condNum < sArgs.condSHT
break;
......
......@@ -52,7 +52,7 @@ end
while true
coordsCart = calculate_spiral_points(sArgs.nPoints);
sampling = itaSamplingSph(coordsCart,'sph');
Y = mbe_sph_base(sampling,Nmax);
Y = ita_sph_base(sampling,Nmax);
condNum = cond(Y);
if condNum < sArgs.condSHT
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment