Skip to content

Commit

Permalink
Revert "relax type restriction in compute_param! (#179)" (#180)
Browse files Browse the repository at this point in the history
This reverts commit 62779b4.
  • Loading branch information
albert-de-montserrat authored Feb 28, 2024
1 parent 62779b4 commit 6c65f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Computations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function compute_param!(
fn::F,
rho::AbstractArray{T, ndim},
MatParam::Vector{AbstractMaterialParamsStruct},
Phases::AbstractArray{Integer,ndim},
Phases::AbstractArray{Int64,ndim},
args,
) where {F, T, ndim}
return compute_param!(fn, rho, Tuple(MatParam), Phases, args)
Expand Down

0 comments on commit 6c65f9a

Please sign in to comment.