Skip to content
Snippets Groups Projects
Commit 0f27c94e authored by kamischi's avatar kamischi
Browse files

Minor cleanups.

parent eb1a1652
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,6 @@ double precision function surlos(dk, eps, thick, layers, nper)
epsmac = epsmac / 2
argmax = 0.5d0 * dlog(2 / epsmac)
! zero(z) = (dble(z) == 0.0d0) .and. (dimag(z) == 0.0d0)
! write (*,*) 'surlos:'
! write (*,*) 'thick: ', size(thick)
! write (*,*) 'eps: ', size(eps)
......
......@@ -15,7 +15,7 @@ double precision function usurlo(dq, wn)
double precision, intent(in out) :: dq
double precision, intent(in out) :: wn
if ((wn .GT. 0).AND.(dq.GT.0)) then
if ((wn .GT. 0) .AND. (dq .GT. 0)) then
write(*,*) 'hello, here is the user loss function'
endif
usurlo = 1.0d0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment