From b68aa9976eedf01f020cea7637c100d50d141be6 Mon Sep 17 00:00:00 2001 From: Brian Groenke <brian.groenke@awi.de> Date: Thu, 27 Feb 2025 15:35:39 +0100 Subject: [PATCH] Fix adstrip method not being exported from Utils module --- src/Utils/Utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/Utils.jl b/src/Utils/Utils.jl index 6fa2948f..cf81d5bd 100644 --- a/src/Utils/Utils.jl +++ b/src/Utils/Utils.jl @@ -28,7 +28,7 @@ export @UFloat_str, @UT_str, @setscalar, @threaded, @sym_str, @pstrip include("macros.jl") export StrictlyPositive, StrictlyNegative, Nonnegative, Nonpositive -export applyunits, normalize_units, normalize_temperature, pstrip +export applyunits, normalize_units, normalize_temperature, adstrip, pstrip export fastmap, fastiterate, structiterate, getscalar, tuplejoin, convert_t, convert_tspan, haskeys # Variable/parameter domains -- GitLab