put some comments to hybridIA
This commit is contained in:
parent
00450b2c16
commit
c3cb72d356
|
@ -229,7 +229,7 @@ endsubroutine
|
||||||
dV_V = dV_V/sum_dV_V ! normalize to 1
|
dV_V = dV_V/sum_dV_V ! normalize to 1
|
||||||
|
|
||||||
!--- now fix bounds ---
|
!--- now fix bounds ---
|
||||||
Nset = max(Nast,NnonZero)
|
Nset = max(Nast,NnonZero) ! if less than non-zero voxel count requested, sample at least that much
|
||||||
lowerC = 0.0_pReal
|
lowerC = 0.0_pReal
|
||||||
upperC = real(Nset, pReal)
|
upperC = real(Nset, pReal)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue