Skip to content

Commit

Permalink
Typo in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfelippesr committed Sep 11, 2018
1 parent fe5d628 commit c3c68d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galmag_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
" grid_type = 'cartesian' # Optional\n",
" )\n",
"# For cylindrical grid, the limits are specified assuming \n",
"# the order: r (spherical), phi, z\n",
"# the order: r (cylindrical), phi, z\n",
"cylindrical_grid = Grid(box=[[0.25, 15],[-pi,pi],[-15,15]],\n",
" resolution = [9,12,9],\n",
" grid_type = 'cylindrical')\n",
Expand Down

0 comments on commit c3c68d7

Please sign in to comment.