Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-de-montserrat committed Apr 29, 2024
1 parent b246d7a commit fb1b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_shearheating2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down

0 comments on commit fb1b81a

Please sign in to comment.