Skip to content

Commit

Permalink
Replace deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie committed Aug 31, 2024
1 parent 1f40112 commit 442b106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TrixiGPU.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using Trixi: AbstractEquations, TreeMesh, DGSEM,
True, False,
wrap_array, compute_coefficients, have_nonconservative_terms,
boundary_condition_periodic,
set_log_type, set_sqrt_type
set_log_type!, set_sqrt_type!

import Trixi: get_node_vars, get_node_coords, get_surface_node_vars

Expand All @@ -27,8 +27,8 @@ using StaticArrays: SVector
include("auxiliary/auxiliary.jl")
include("solvers/solvers.jl")

set_log_type("log_Base")
set_sqrt_type("sqrt_Base")
set_log_type!("log_Base")
set_sqrt_type!("sqrt_Base")

# Export the public APIs
export semidiscretize_gpu
Expand Down

0 comments on commit 442b106

Please sign in to comment.