Skip to content

Commit c2877a7

Browse files
committed
Classification in xy removed
1 parent d7603bf commit c2877a7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

SRC/simple.f90

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,16 +342,17 @@ subroutine trace_to_cut(self, si, f, z, var_cut, cut_type, ierr)
342342
end do
343343
end subroutine trace_to_cut
344344

345-
subroutine fract_dimension(ntr,rt0,fraction)
345+
subroutine fract_dimension(ntr,rt,fraction)
346346

347347
integer, parameter :: iunit=1003
348348
integer :: itr,ntr,ngrid,nrefine,irefine,kr,kt,nboxes
349349
double precision :: fraction,rmax,rmin,tmax,tmin,hr,ht
350-
double precision, dimension(2,ntr) :: rt0, rt
350+
double precision, dimension(2,ntr) :: rt!0, rt
351351
logical, dimension(:,:), allocatable :: free
352352

353-
rt(1,:) = rt0(1,:)*cos(rt0(2,:))
354-
rt(2,:) = rt0(1,:)*sin(rt0(2,:))
353+
! TODO: check if this works better on tips only
354+
! rt(1,:) = rt0(1,:)*cos(rt0(2,:))
355+
! rt(2,:) = rt0(1,:)*sin(rt0(2,:))
355356

356357
rmin=minval(rt(1,:))
357358
rmax=maxval(rt(1,:))

0 commit comments

Comments
 (0)