Skip to content
Snippets Groups Projects
Commit 3e07d50d authored by s2006749's avatar s2006749
Browse files

fixed debug

parent a5ce915e
No related branches found
No related tags found
1 merge request!1Adding ellip_utils
......@@ -81,7 +81,7 @@ subroutine geomcomplex_ellip(epsi,nxi,nxf,ny,nyi,nyf,nzi,nzf,dx,yp,dz,remp)
! ym=(real(j-1,mytype))*dy
ym=yp(j)
if (ym /= ym) then
write(*,*) "ym = ", ym, " should be ", ((real(j-1,mytype))*dy), ", as j = ", jj
write(*,*) "ym = ", ym, " should be ", ((real(j-1,mytype))*dy), ", as j = ", j
endif
do i=nxi,nxf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment