Skip to content

Commit

Permalink
Update src/callbacks_step/analysis_surface_2d.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Doehring <[email protected]>
  • Loading branch information
Arpit-Babbar and DanielDoehring authored Feb 10, 2024
1 parent 78f22d1 commit 554cc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/callbacks_step/analysis_surface_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#! format: noindent
# TODO - Add explanation for what this file contains

struct AnalysisSurfaceIntegral{SemiDiscretization, Indices, Variable}
semi::SemiDiscretization
struct AnalysisSurfaceIntegral{Semidiscretization, Indices, Variable}
semi::Semidiscretization
indices::Indices
variable::Variable # Quantity of interest, like lift or drag
function AnalysisSurfaceIntegral(semi, boundary_condition_type, variable)
Expand Down

0 comments on commit 554cc9c

Please sign in to comment.