Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Jun 11, 2024
1 parent 2593843 commit a349b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Burgers_tutorial/burgers_tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ end
surface(
range(-3, 3, length=dburgers.nx-2),
range(-3, 3, length=dburgers.ny-2),
adjoint_velocity_magnitude(burgers);
adjoint_velocity_magnitude(dburgers);
axis=(type=Axis3,),
)

Expand Down

0 comments on commit a349b4a

Please sign in to comment.