Skip to content

Commit

Permalink
mris_place_surface.cpp. #NF. Fixed bug to previous RipVertices() edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Greve committed Jan 14, 2022
1 parent 16e731d commit 36f83c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mris_make_surfaces/mris_place_surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ int RIP_MNGR::RipVertices(void)
// probably want to use white for this
printf("Ripping BG\n");
int err = MRISripBasalGanglia(ripsurf, seg, dmin,dmax,dstep);
if(err) return(err);
if(err < 0) return(1);
}
if(nRipSegs){
// probably want to use white for this
Expand Down

0 comments on commit 36f83c2

Please sign in to comment.