Skip to content

Commit 917fe96

Browse files
Update stdlib_stats_distribution_uniform.fypp
1 parent 4b429bd commit 917fe96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/stdlib_stats_distribution_uniform.fypp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ Module stdlib_stats_distribution_uniform
185185
!
186186
${t1}$, intent(in) :: scale
187187
${t1}$ :: res
188-
integer(int64) :: tmp
189188
real(${k1}$) :: r1, r2, tr, ti
190189

191190
if(scale == (0.0_${k1}$, 0.0_${k1}$)) call error_stop("Error: Uniform" &
@@ -218,7 +217,6 @@ Module stdlib_stats_distribution_uniform
218217
!
219218
${t1}$, intent(in) :: loc, scale
220219
${t1}$ :: res
221-
integer(int64) :: tmp
222220
real(${k1}$) :: r1, r2, tr, ti
223221

224222
if(scale == (0.0_${k1}$, 0.0_${k1}$)) call error_stop("Error: Uniform" &
@@ -481,4 +479,4 @@ Module stdlib_stats_distribution_uniform
481479
end function shuffle_${t1[0]}$${k1}$
482480

483481
#:endfor
484-
end module stdlib_stats_distribution_uniform
482+
end module stdlib_stats_distribution_uniform

0 commit comments

Comments
 (0)