Skip to content

Commit

Permalink
disable multicomponent
Browse files Browse the repository at this point in the history
  • Loading branch information
adshhzy committed Oct 3, 2019
1 parent fcf6063 commit 746b8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vipss/src/rbf_interface.cpp
Expand Up @@ -90,7 +90,7 @@ void RBF_Core::Surfacing(int method, int n_voxels_1d){
n_evacalls = 0;
Surfacer sf;

surf_time = sf.Surfacing_Implicit(pts,n_voxels_1d,true,RBF_Core::Dist_Function);
surf_time = sf.Surfacing_Implicit(pts,n_voxels_1d,false,RBF_Core::Dist_Function);

sf.WriteSurface(finalMesh_v,finalMesh_fv);

Expand Down

0 comments on commit 746b8c2

Please sign in to comment.