Updating Kokkos lib to v2.03.05
This commit is contained in:
@ -141,8 +141,8 @@ public:
|
||||
, zmax( arg_zmax )
|
||||
, T_zmin( arg_T_zmin )
|
||||
, T_zmax( arg_T_zmax )
|
||||
, a( ( 1.0 / sqrt(T_zmax) - 1.0 / sqrt(T_zmin) ) / ( zmax - zmin ) )
|
||||
, b( 1.0 / sqrt(T_zmin) )
|
||||
, a( ( 1.0 / std::sqrt(T_zmax) - 1.0 / std::sqrt(T_zmin) ) / ( zmax - zmin ) )
|
||||
, b( 1.0 / std::sqrt(T_zmin) )
|
||||
, K( 1.0 / ( 6.0 * a * a ) )
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user