From 599385bde2beb50973dd4524e01843a78ffd39f0 Mon Sep 17 00:00:00 2001 From: Tristan Montoya Date: Sat, 5 Oct 2024 01:13:00 +0200 Subject: [PATCH] run formatter and prepare for release --- Project.toml | 2 +- src/SpatialDiscretizations/SpatialDiscretizations.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 07b36589..59454851 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StableSpectralElements" uuid = "fb992021-99c7-4c2d-a14b-5e48ac4045b2" authors = ["Tristan Montoya "] -version = "0.2.12-DEV" +version = "0.2.12" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/src/SpatialDiscretizations/SpatialDiscretizations.jl b/src/SpatialDiscretizations/SpatialDiscretizations.jl index 96e622cf..91b455c9 100644 --- a/src/SpatialDiscretizations/SpatialDiscretizations.jl +++ b/src/SpatialDiscretizations/SpatialDiscretizations.jl @@ -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)