Skip to content

Commit

Permalink
Update grigoriev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem12345 authored Jan 20, 2024
1 parent 53aa53d commit 83efc30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/grigoriev.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Let's generate a triangulated grid located at the appropriate coordinates:
``` @example DEC
include("../../examples/grid_meshes.jl")
# Specify a resolution:
RES_X = (MAX_X-MIN_X)/30.0
RES_Y = RES_X
RES_Y = (MAX_Y-MIN_Y)/30.0
RES_X = RES_Y
# Generate the mesh with appropriate dimensions and resolution:
s′ = triangulated_grid(
MAX_X-MIN_X, MAX_Y-MIN_Y,
Expand Down

0 comments on commit 83efc30

Please sign in to comment.