Skip to content

Commit

Permalink
Update CDLagrangianRefFEs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagobadia authored Jul 4, 2020
1 parent 3ad0be1 commit db92103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ReferenceFEs/CDLagrangianRefFEs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ function _cd_get_face_own_dofs(reffe,conf::CDConformity)
# santiagobadia : Problem, I cannot check order = 0 -> cont = DISC,
# otherwise nonsense
# For CDConformity we do not have a Lagrangian RefFE but GenericRefFE
# @assert all([cond(c,o) for (c,o) in zip(conf.cont,orders)])
p = get_polytope(reffe)
orders = get_orders(get_prebasis(reffe))
cont = conf.cont
Expand Down

0 comments on commit db92103

Please sign in to comment.