Skip to content

Commit

Permalink
Fix typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Babbar committed Feb 16, 2024
1 parent 6400250 commit 7980083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/analysis_surface_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# parts of boundary that are of interest
struct AnalysisSurfaceIntegral{Semidiscretization, Variable}
semi::Semidiscretization # Semidiscretization of PDE used by the solver
boundary_index::Int # Index in boundary_condition_indices where quantitiy of interest is computed
boundary_index::Int # Index in boundary_condition_indices where quantity of interest is computed
variable::Variable # Quantity of interest, like lift or drag
function AnalysisSurfaceIntegral(semi, boundary_condition_type, variable)
# The bc list as ordered in digest_boundary_conditions
Expand Down

0 comments on commit 7980083

Please sign in to comment.