diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-03-10 15:14:33 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-03-10 15:14:33 -0500 |
commit | 91f87da88f98de996e167f0ff6809356f6d57e11 (patch) | |
tree | edfe265c350816bc462f56ed3649075ae9dedd89 /src/main/resources | |
parent | c5b209d48ef38b733e3fd8fd8ef86ae13a552821 (diff) |
Named the metric dimensions & fixed NameSymbol.toString
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/dimensionfile.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/dimensionfile.txt b/src/main/resources/dimensionfile.txt index 3485de5..a946677 100644 --- a/src/main/resources/dimensionfile.txt +++ b/src/main/resources/dimensionfile.txt @@ -12,7 +12,7 @@ TIME ! TEMPERATURE ! # Derived Dimensions -AREA LENGTH^2 -VOLUME LENGTH^3 -VELOCITY LENGTH / TIME -ENERGY MASS * VELOCITY^2
\ No newline at end of file +Area LENGTH^2 +Volume LENGTH^3 +Velocity LENGTH / TIME +Energy MASS * Velocity^2
\ No newline at end of file |