Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie committed Aug 9, 2024
1 parent 3593a73 commit 8149831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dg_1d.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Everything related to a DG semidiscretization in 1D

# TODO: Please check whether `equations::AbstractEquations{1}` is needed for each funtion here!!
# TODO: Please check whether `equations::AbstractEquations{1}` is needed for each function here!!
# Functions end with `_kernel` are CUDA kernels that are going to be launed by the `@cuda` macro.

# Kernel for calculating fluxes along normal direction
Expand Down

0 comments on commit 8149831

Please sign in to comment.