Skip to content

Commit 248d92a

Browse files
committed
remove unused variables
1 parent f83a935 commit 248d92a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/stdlib_experimental_quadrature_simps.fypp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ contains
9797
integer :: i
9898
integer :: n
9999

100-
${t1}$ :: h1, h2, h3
101-
${t1}$ :: a, b, c, d
100+
${t1}$ :: h1, h2
101+
${t1}$ :: a, b, c
102102

103103
n = size(y)
104104
if (size(x) /= n) error stop "simps: Arguments `x` and `y` must be the same size."
@@ -159,7 +159,7 @@ contains
159159
${t1}$, dimension(size(x)) :: w
160160

161161
integer :: i, n
162-
${t1}$ :: h1, h2, h3
162+
${t1}$ :: h1, h2
163163

164164
n = size(x)
165165

0 commit comments

Comments
 (0)