Skip to content

Commit

Permalink
fix erroneous double hashes; thanks @francispoulin
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Nov 10, 2020
1 parent bd6cb93 commit d844478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/two_dimensional_turbulence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ set!(model, u=u₀, v=u₀)

using Oceananigans.Fields, Oceananigans.AbstractOperations

## To make our equations prettier, we unpack `u`, `v`, and `w` from
## the `NamedTuple` model.velocities:
# To make our equations prettier, we unpack `u`, `v`, and `w` from
# the `NamedTuple` model.velocities:
u, v, w = model.velocities

# Next we create two objects called `ComputedField`s that calculate
Expand Down

0 comments on commit d844478

Please sign in to comment.