Skip to content

Commit

Permalink
Updated AffineMap to AffineField
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Dec 15, 2024
1 parent d4b111e commit eeb80b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ function rt_scaling(poly,feparams)
phi = GenericField(identity)
else
ξ = feparams[:rt_scaling]
phi = AffineMap*one(TensorValue{Dc,Dc,Float64}),zero(VectorValue{Dc,Float64}))
phi = AffineField*one(TensorValue{Dc,Dc,Float64}),zero(VectorValue{Dc,Float64}))
end
else
phi = isnothing(feparams[:rt_scaling]) ? 1.0 : feparams[:rt_scaling]
Expand Down

0 comments on commit eeb80b7

Please sign in to comment.