Skip to content

Commit 51fd90c

Browse files
committed
fi a typo in blk2m
1 parent 205ee8f commit 51fd90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/libcloudph++/blk_2m/common_formulae.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ namespace libcloudphxx
7575
// intercept
7676
template<typename real_t>
7777
inline quantity<divide_typeof_helper<
78-
std::power_typeof_helper<si::length, static_rational<-3>>::type,
78+
power_typeof_helper<si::length, static_rational<-3>>::type,
7979
si::mass
8080
>, real_t> N0_c(
8181
const quantity<divide_typeof_helper<si::dimensionless, si::mass>::type, real_t> &nc,
@@ -110,7 +110,7 @@ namespace libcloudphxx
110110
// intercept
111111
template<typename real_t>
112112
inline quantity<divide_typeof_helper<
113-
std::power_typeof_helper<si::length, static_rational<-1>>::type,
113+
power_typeof_helper<si::length, static_rational<-1>>::type,
114114
si::mass
115115
>::type, real_t> N0_r(
116116
const quantity<divide_typeof_helper<si::dimensionless, si::mass>::type, real_t> &n,

0 commit comments

Comments
 (0)