From 004decbd2c276e7f045d2ab466a060a3f3aa1fa2 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 10 Mar 2021 18:34:59 -0500 Subject: [PATCH] WIP: Test allowing implicit string->Units --- include/cantera/base/Units.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cantera/base/Units.h b/include/cantera/base/Units.h index 2591d487547..5521de07361 100644 --- a/include/cantera/base/Units.h +++ b/include/cantera/base/Units.h @@ -35,7 +35,7 @@ class Units double quantity=0); //! Create an object with the specified dimensions - explicit Units(const std::string& name); + Units(const std::string& name); //! Returns `true` if the specified Units are dimensionally consistent bool convertible(const Units& other) const;