Skip to content

Commit 9fe3c3d

Browse files
committed
Minor
1 parent 3c563d4 commit 9fe3c3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parameters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function params_fespaces(params::Dict{Symbol,Any})
326326
)
327327
optional = Dict(
328328
:order_u => 2,
329-
:order_j => ifelse(haskey(params[:fespaces],:order_u),params[:fespaces][:order_u],2),
329+
:order_j => haskey(params[:fespaces],:order_u) ? params[:fespaces][:order_u] : 2,
330330
:p_constraint => nothing,
331331
:φ_constraint => nothing,
332332
:rt_scaling => nothing,

0 commit comments

Comments
 (0)