Skip to content

Commit 2ef1f22

Browse files
committed
some more cleanup in ComputeGradient
1 parent 416fc77 commit 2ef1f22

File tree

2 files changed

+162
-182
lines changed

2 files changed

+162
-182
lines changed

src/algorithm/APRConverter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ void APRConverter<ImageType>::get_gradient(MeshData<ImageType> &image_temp, Mesh
234234

235235
fine_grained_timer.start_timer("smooth_bspline");
236236
if(par.lambda > 0) {
237-
get_smooth_bspline_3D(image_temp, par);
237+
get_smooth_bspline_3D(image_temp, par.lambda);
238238
}
239239
fine_grained_timer.stop_timer();
240240

0 commit comments

Comments
 (0)