Skip to content

Commit

Permalink
run formatter and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Oct 4, 2024
1 parent f77e8eb commit 599385b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StableSpectralElements"
uuid = "fb992021-99c7-4c2d-a14b-5e48ac4045b2"
authors = ["Tristan Montoya <[email protected]>"]
version = "0.2.12-DEV"
version = "0.2.12"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
1 change: 0 additions & 1 deletion src/SpatialDiscretizations/SpatialDiscretizations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ struct ExactMetrics <: AbstractMetrics end
struct ConservativeCurlMetrics <: AbstractMetrics end
const ChanWilcoxMetrics = ConservativeCurlMetrics


@doc raw"""
ReferenceApproximation(approx_type, reference_element, D, V, Vf, R, W, B, V_plot,
reference_mapping)
Expand Down

0 comments on commit 599385b

Please sign in to comment.