Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Apr 3, 2024
1 parent 2aff81b commit b37964a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/thermal_diffusion/MetaDiffusion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ function make_thermal_arrays!(ndim)
shear_heating::_T # shear heating terms
ResT::_T

ThermalArrays(args::Vararg{T, N}) where {T<:AbstractArray, N} = new{$PTArray}(args...)
function ThermalArrays(args::Vararg{T,N}) where {T<:AbstractArray,N}
return new{$PTArray}(args...)
end

function ThermalArrays(ni::NTuple{1,Integer})
nx, = ni
Expand Down

0 comments on commit b37964a

Please sign in to comment.