fxed little bug
This commit is contained in:
parent
4339df1496
commit
56db9ba70d
@ -279,6 +279,7 @@ int main(int argc, char **argv)
|
|||||||
int imin,jmin,kmin,imax,jmax,kmax;
|
int imin,jmin,kmin,imax,jmax,kmax;
|
||||||
|
|
||||||
// Decrease the critical radius until the target saturation is met
|
// Decrease the critical radius until the target saturation is met
|
||||||
|
double sw=1.0; // initial WP saturation set to one
|
||||||
double deltaR=0.05; // amount to change the radius in voxel units
|
double deltaR=0.05; // amount to change the radius in voxel units
|
||||||
while (sw > SW){
|
while (sw > SW){
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user