Skip to content

Commit 52acd9f

Browse files
committed
polishing the comments
thanks @f-aportela !
1 parent fb20858 commit 52acd9f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/initgrid.f90

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ subroutine initgrid(lo,hi,gt,gr,lmin,lmax,drc_g,drf_g,rc_g,rf_g)
1010
!
1111
! initializes a non-uniform grid
1212
!
13-
! NEEDS TO BE PROBABLY SLIGHTLY ADAPTED IN CASE IT IS IN THE MIDDLE OF A BLOCK
14-
!
1513
implicit none
1614
integer, parameter :: CLUSTER_TWO_END = 0, &
1715
CLUSTER_ONE_END = 1, &
@@ -175,7 +173,7 @@ subroutine gridpoint_cluster_one_end(alpha,r0,r)
175173
end subroutine gridpoint_cluster_one_end
176174
subroutine gridpoint_cluster_one_end_r(alpha,r0,r)
177175
!
178-
! clustered at the lower side
176+
! clustered at the upper side
179177
!
180178
implicit none
181179
real(rp), intent(in ) :: alpha,r0
@@ -249,7 +247,7 @@ subroutine gridpoint_cluster_geometric_two_ends(alpha,r0,r)
249247
end subroutine gridpoint_cluster_geometric_two_ends
250248
subroutine gridpoint_cluster_geometric_middle(alpha,r0,r)
251249
!
252-
! geometric progression towards each end
250+
! geometric progression towards the middle
253251
!
254252
implicit none
255253
real(rp), intent(in ) :: alpha,r0

0 commit comments

Comments
 (0)