Skip to content

Commit

Permalink
WIP: Test allowing implicit string->Units
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Mar 10, 2021
1 parent d1e25f8 commit 004decb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cantera/base/Units.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 004decb

Please sign in to comment.