From a3dc247f21d53363e65469cc28df5c028a9257ac Mon Sep 17 00:00:00 2001 From: Petr Krysl Date: Fri, 9 Feb 2024 09:30:42 -0800 Subject: [PATCH] remove types in test --- test/test_miscellaneous.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_miscellaneous.jl b/test/test_miscellaneous.jl index 91d0af14..5c13f9f4 100644 --- a/test/test_miscellaneous.jl +++ b/test/test_miscellaneous.jl @@ -2631,9 +2631,9 @@ end function inspectintegpoints( self::FEMMAdhocBase, - geom::NodalField{Float64}, - u::NodalField{Float64}, - dT::NodalField{Float64}, + geom, + u, + dT, felist, inspector::F, idat,