put some comments to hybridIA

This commit is contained in:
Philip Eisenlohr 2009-10-14 13:21:03 +00:00
parent 00450b2c16
commit c3cb72d356
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ endsubroutine
dV_V = dV_V/sum_dV_V ! normalize to 1
!--- 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
upperC = real(Nset, pReal)