Skip to content

Commit 13affad

Browse files
authored
Merge pull request #11 from owang01/fix_typo
Fix a typo
2 parents 7f3f6c9 + 4cc0b8d commit 13affad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/DYN_EOF.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
}
285285
],
286286
"source": [
287-
"n = 100\n",
287+
"q = 100\n",
288288
"xi,yi = np.meshgrid(np.linspace(0,15,q),np.linspace(0,15,q))\n",
289289
"\n",
290290
"vorti = DYN.zeta(xi,yi,lambdify((x,y),u)(xi,yi),lambdify((x,y),v)(xi,yi))\n",

0 commit comments

Comments
 (0)