From fb1b81a72a6738ee49be04c83e996ef417deff08 Mon Sep 17 00:00:00 2001 From: Albert de Montserrat Date: Mon, 29 Apr 2024 23:36:20 +0200 Subject: [PATCH] fix syntax --- test/test_shearheating2D.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_shearheating2D.jl b/test/test_shearheating2D.jl index 9d60518b..4ee419ce 100644 --- a/test/test_shearheating2D.jl +++ b/test/test_shearheating2D.jl @@ -98,7 +98,7 @@ function Shearheating2D() # ---------------------------------------------------- # TEMPERATURE PROFILE -------------------------------- - thermal = ThermalArrays(ni) + thermal = ThermalArrays(backend_JR, ni) thermal_bc = TemperatureBoundaryConditions(; no_flux = (left = true, right = true, top = false, bot = false), )