Skip to content

Commit

Permalink
Explanation of custom dimensions improved
Browse files Browse the repository at this point in the history
  • Loading branch information
iarfen committed Aug 12, 2024
1 parent 617a6a5 commit 960d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ The dimension of money inside scifir-units is just money. Apart from scifir-unit

#### Custom dimensions

A custom dimension is a dimension of any name, with any derived dimensions, that can be defined inside each project that uses scifir-units. To use custom dimensions, just initialize a scalar_unit or any vector_unit class with a name different than the default dimensions.
A custom dimension is a dimension of any name, with any number of base dimensions, that can be defined inside each project that uses scifir-units. To use custom dimensions, just initialize a scalar_unit or any vector_unit class with a name different than the default dimensions.

The dimension::type enum contains for the custom dimensions the values CUSTOM, CUSTOM_FULL_SYMBOL and CUSTOM_BASIC.

Expand Down

0 comments on commit 960d854

Please sign in to comment.