diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-03-24 13:25:22 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-03-24 13:25:22 -0500 |
commit | ed53492243ecad8d975401a97f5b634328ad2c71 (patch) | |
tree | 8a744f46320710355a02c9b2c371602ce69aefec /src/test/resources/test-dimensionfile-valid1.txt | |
parent | c878761f737c90fc3fa1caedd48e2ee01637108f (diff) | |
parent | 91d51c3c49c4c0877483220ac0f12db4efab8f60 (diff) |
Release version 0.5.0 (merge into stable)
Diffstat (limited to 'src/test/resources/test-dimensionfile-valid1.txt')
-rw-r--r-- | src/test/resources/test-dimensionfile-valid1.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/test/resources/test-dimensionfile-valid1.txt b/src/test/resources/test-dimensionfile-valid1.txt index fc6a426..d51ffe0 100644 --- a/src/test/resources/test-dimensionfile-valid1.txt +++ b/src/test/resources/test-dimensionfile-valid1.txt @@ -3,10 +3,4 @@ MASS ! TIME ! ENERGY MASS * LENGTH^2 / TIME^2 -POWER ENERGY / TIME - -# doesn't work, but would require major changes to fix properly -# for now, just don't use brackets in dimension expressions -# (note that the unit/prefix expressions use a complete hack -# to enable this, one that doesn't work for dimensions) -# POWER MASS * (LENGTH / TIME)^2 / TIME
\ No newline at end of file +POWER MASS * (LENGTH / TIME)^2 / TIME
\ No newline at end of file |