Skip to content
Snippets Groups Projects
Commit 52ce93d5 authored by Dave Whipp's avatar Dave Whipp
Browse files

Fixed typo

parent de627aa6
No related branches found
No related tags found
No related merge requests found
...@@ -686,13 +686,10 @@ select case(surface_type) ...@@ -686,13 +686,10 @@ select case(surface_type)
y2s=tan((theta1+theta2)/2.d0) y2s=tan((theta1+theta2)/2.d0)
x0=sp04 x0=sp04
!y0w=sp05
y0w=sp05+dz1/(2.d0*psis) y0w=sp05+dz1/(2.d0*psis)
y0=sp06 y0=sp06+dz1/(2.d0*psis)
!y0a=y0+sp02/(2.d0*psis) y0a=y0+dz1/(2.d0*psis)
!y0b=y0-sp02/(2.d0*psis) y0b=y0-dz1/(2.d0*psis)
y0a=y0+dz1/psis
y0b=y0
y1=sp07+(dz1/(2.d0*psis))*y1s y1=sp07+(dz1/(2.d0*psis))*y1s
y2=sp09+(dz1/(2.d0*psis))*y2s y2=sp09+(dz1/(2.d0*psis))*y2s
......
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