We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49b4365 + 1d30f0c commit 14779d9Copy full SHA for 14779d9
src/integrate/ensemble_ti_rs.cu
@@ -280,5 +280,5 @@ double Ensemble_TI_RS::switch_func(double t) { return 1 / (1 + t * (1 / lambda_f
280
double Ensemble_TI_RS::dswitch_func(double t)
281
{
282
double a = 1 / lambda_f - 1;
283
- return -(a / pow((1 + a * t), 2)) / t_switch;
+ return -(a / pow((1 + a * t), 2.0)) / t_switch;
284
}
0 commit comments