Skip to content

Commit 4cdbb56

Browse files
committed
Update wfs-referencing.ipynb
change negative x-axis to x-axis
1 parent cdc9316 commit 4cdbb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/wfs-referencing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"# reference contour is a straight line\n",
8888
"xref_line = 0\n",
8989
"# calc reference contour xref(x0), cf. [FFSS17, eq. (24), (31), (52)]\n",
90-
"# this code assumes virtual point source on negative x-axis\n",
90+
"# this code assumes virtual point source on x-axis\n",
9191
"cosbeta = (array.n @ [1, 0, 0]).reshape(-1, 1)\n",
9292
"xref = array.x + (xs - array.x) * \\\n",
9393
" (xref_line + R * cosbeta) / (xs[0, 0] + R * cosbeta)\n",

0 commit comments

Comments
 (0)