Skip to content

Commit

Permalink
format source
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Oct 23, 2023
1 parent d40b0a3 commit db3601f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FEMMHeatDiffSurfModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using FinEtools.DataCacheModule: DataCache
Type for heat diffusion finite element modeling machine for boundary integrals.
"""
mutable struct FEMMHeatDiffSurf{ID <: IntegDomain, FT<:Number} <: AbstractFEMM
mutable struct FEMMHeatDiffSurf{ID <: IntegDomain, FT <: Number} <: AbstractFEMM
integdomain::ID # geometry data
surfacetransfercoeff::FT # material object
end
Expand Down

0 comments on commit db3601f

Please sign in to comment.