Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add areal heat capacity quantity #446

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

yacinelakel
Copy link
Contributor

Added new quantity ArealHeatCapacity with base unit J/(m²·K).

@iliekturtles
Copy link
Owner

Sorry for the extended delay! If you could apply the diff below, I will merge. Just a couple formatting fixes.

diff --git a/src/si/areal_heat_capacity.rs b/src/si/areal_heat_capacity.rs
index 329b33f..d63a28f 100644
--- a/src/si/areal_heat_capacity.rs
+++ b/src/si/areal_heat_capacity.rs
@@ -14,8 +14,8 @@ quantity! {
         Z0,     // amount of substance
         Z0>;    // luminous intensity
     units {
-        @joule_per_square_meter_kelvin: prefix!(none); "J/(m² · K)", "joule per square meter kelvin",
-            "joules per square meter kelvin";
+        @joule_per_square_meter_kelvin: prefix!(none); "J/(m² · K)",
+            "joule per square meter kelvin", "joules per square meter kelvin";
     }
 }

@@ -39,11 +39,9 @@ mod tests {
         fn check_heat_capacity_area_units() {
             test::<hc::joule_per_kelvin, a::square_meter, ahc::joule_per_square_meter_kelvin>();

-            fn test<HC: hc::Conversion<V>, A: a::Conversion<V>, AHC: ahc::Conversion<V>>()
-            {
+            fn test<HC: hc::Conversion<V>, A: a::Conversion<V>, AHC: ahc::Conversion<V>>() {
                 Test::assert_approx_eq(&ArealHeatCapacity::new::<AHC>(V::one()),
-                    &(HeatCapacity::new::<HC>(V::one()) / (Area::new::<A>(V::one())))
-                );
+                    &(HeatCapacity::new::<HC>(V::one()) / (Area::new::<A>(V::one()))));
             }
         }
     }

@yacinelakel
Copy link
Contributor Author

Fixed. 👍

@iliekturtles iliekturtles merged commit d4f08de into iliekturtles:master Jan 27, 2024
@iliekturtles
Copy link
Owner

Thanks for your patience. Merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants