We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a6623 commit e292347Copy full SHA for e292347
src/tests/math/test_linspace.f90
@@ -202,7 +202,7 @@ subroutine test_linspace_cmplx_3
202
203
z = linspace(start, end, n)
204
205
- expected_interval =( end - start ) / ( n - 1 )
+ expected_interval = ( end - start ) / ( n - 1 )
206
207
call check(z(1) == start, msg="Initial value of array is not equal to the passed start parameter", warn=warn)
208
call check(z(n) == end, msg="Final array value is not equal to end parameter", warn=warn)
0 commit comments