From 960d854e4805e9a339a0453a1bd1060562383e54 Mon Sep 17 00:00:00 2001 From: Ismael Correa Castro Date: Sun, 11 Aug 2024 22:52:43 -0400 Subject: [PATCH] Explanation of custom dimensions improved --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ef1921..09fb4891 100644 --- a/README.md +++ b/README.md @@ -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.