From 8dec9b7823a28db49dcf71573aa0d72be6dc3b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hler?= Date: Fri, 22 Apr 2022 08:01:45 +0200 Subject: [PATCH] Revert "change isapprox variable names" This reverts commit 49ce28b2855ec2e7787323a268c84f80ae9b7d9b. --- test/test_abstractgrid.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_abstractgrid.jl b/test/test_abstractgrid.jl index 78992481c5..3959b532bf 100644 --- a/test/test_abstractgrid.jl +++ b/test/test_abstractgrid.jl @@ -86,5 +86,5 @@ @test Ferrite.ndofs_per_cell(dhs[1]) == Ferrite.ndofs_per_cell(dhs[2]) @test Ferrite.celldofs(dhs[1],3) == Ferrite.celldofs(dhs[2],3) @test Ferrite.ndofs(dhs[1]) == Ferrite.ndofs(dhs[2]) - @test isapprox(u1,u2,atol=1e-8) + @test isapprox(us[1],us[2],atol=1e-8) end