Skip to content

Commit 47318d9

Browse files
JordiManyerCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent fe55b74 commit 47318d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pullbacks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function FESpaces.compute_cell_bases_changes(
8888
D = num_cell_dims(model)
8989
poly = only(getany(map(get_polytopes, model)))
9090
if (D==2) || is_simplex(poly)
91-
# For these cases, we do not need to aply a sign flip
91+
# For these cases, we do not need to apply a sign flip
9292
return nothing
9393
elseif (D==3) && is_n_cube(poly)
9494
change = FESpaces.get_sign_flip(model, cell_reffe)

0 commit comments

Comments
 (0)