From c3cb72d35602c35cdfcc6fb124339af2da3b720b Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Wed, 14 Oct 2009 13:21:03 +0000 Subject: [PATCH] put some comments to hybridIA --- code/IO.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/IO.f90 b/code/IO.f90 index df00c572e..c03789705 100644 --- a/code/IO.f90 +++ b/code/IO.f90 @@ -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)