Skip to content
Snippets Groups Projects
Commit b68aa997 authored by Brian Groenke's avatar Brian Groenke
Browse files

Fix adstrip method not being exported from Utils module

parent 2255add6
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ export @UFloat_str, @UT_str, @setscalar, @threaded, @sym_str, @pstrip ...@@ -28,7 +28,7 @@ export @UFloat_str, @UT_str, @setscalar, @threaded, @sym_str, @pstrip
include("macros.jl") include("macros.jl")
export StrictlyPositive, StrictlyNegative, Nonnegative, Nonpositive 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 export fastmap, fastiterate, structiterate, getscalar, tuplejoin, convert_t, convert_tspan, haskeys
# Variable/parameter domains # Variable/parameter domains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment