Skip to content
Snippets Groups Projects

Adding ellip_utils

Open s2006749 requested to merge master into bc_changes
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -84,6 +84,8 @@ contains
point=[xm, ym, zm]
call EllipsoidalRadius(point, ce, orientation, shape, r)
! r=sqrt_prec((xm-cexx)**two+(ym-ceyy)**two+(zm-cezz)**two)
! r=sqrt_prec((xm-cexx)**two+(ym-ceyy)**two)
if (r-ra.gt.zeromach) then
! write(*,*) i, j, k
cycle
Loading