Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dccowan committed Jan 18, 2024
1 parent 422f9ef commit 8f826c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/04-magnetics/fwd_magnetics_mvi_3d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"receiver_list = magnetics.receivers.Point(receiver_locations, components=components)\n",
"receiver_list = [receiver_list]\n",
"\n",
"# Define the inducing field H0 = (intensity [nT], inclination [deg], declination [deg])\n",
"# Define the inducing field B0 = (intensity [nT], inclination [deg], declination [deg])\n",
"field_inclination = 45\n",
"field_declination = 30\n",
"field_strength = 50000\n",
Expand Down

0 comments on commit 8f826c2

Please sign in to comment.