Skip to content

Commit

Permalink
Further narrowing down
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Oct 27, 2023
1 parent 0fa1ae0 commit 9fa3996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PoissonNonConformingOctreeModelsTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ module PoissonNonConformingOctreeModelsTests
# for Dc=2:3, perm=1:4, order=1:4, scalar_or_vector in (:scalar,)
# test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
# end
for Dc=3:3, perm in (1,2), order in (1,4), scalar_or_vector in (:vector,)
for Dc=3:3, perm in (2,), order in (4,), scalar_or_vector in (:vector,)
test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
end
# for order=2:2,scalar_or_vector in (:scalar,:vector)
Expand Down

0 comments on commit 9fa3996

Please sign in to comment.