Commit cabd7d2 1 parent 3e5e8f0 commit cabd7d2 Copy full SHA for cabd7d2
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -336,10 +336,12 @@ namespace precise {
336
336
337
337
// / meter-gram-force system of units
338
338
namespace gm {
339
- constexpr precise_unit pond{constants::standard_gravity*100.0 , cgs::dyn};
339
+ constexpr precise_unit pond{
340
+ constants::standard_gravity * 100.0 ,
341
+ cgs::dyn};
340
342
constexpr precise_unit hyl{constants::standard_gravity, kg};
341
- constexpr precise_unit at{constants::standard_gravity* 10000.0 , Pa};
342
- constexpr precise_unit poncelet{constants::standard_gravity* 100.0 , W};
343
+ constexpr precise_unit at{constants::standard_gravity * 10000.0 , Pa};
344
+ constexpr precise_unit poncelet{constants::standard_gravity * 100.0 , W};
343
345
constexpr precise_unit PS{735.49875 , W}; // metric horsepower
344
346
345
347
} // namespace gm
You can’t perform that action at this time.
0 commit comments