Skip to content

Commit

Permalink
Fix "ENABLE_PREDEFINED_CONSTANTS_UNITS" not used (#264) (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan authored Sep 26, 2022
1 parent 1ec32be commit 93a5706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/units.h
Original file line number Diff line number Diff line change
Expand Up @@ -4154,7 +4154,7 @@ namespace units
* @brief namespace for physical constants like PI and Avogadro's Number.
* @sa See unit_t for more information on unit type containers.
*/
#if !defined(DISABLE_PREDEFINED_UNITS)
#if !defined(DISABLE_PREDEFINED_UNITS) || defined(ENABLE_PREDEFINED_CONSTANTS_UNITS)
namespace constants
{
/**
Expand Down

0 comments on commit 93a5706

Please sign in to comment.