Skip to content

Commit 4a890e0

Browse files
committed
Make DEFAULT_LINSPACE_PUBLIC for more robust testing
1 parent ecee7a7 commit 4a890e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_math.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module stdlib_math
88
implicit none
99
private
1010
public :: clip, linspace, logspace
11-
public :: EULERS_NUMBER_SP, EULERS_NUMBER_DP, EULERS_NUMBER_QP
11+
public :: EULERS_NUMBER_SP, EULERS_NUMBER_DP, EULERS_NUMBER_QP, DEFAULT_LINSPACE_LENGTH
1212

1313
integer, parameter :: DEFAULT_LINSPACE_LENGTH = 100
1414
integer, parameter :: DEFAULT_LOGSPACE_LENGTH = 50

0 commit comments

Comments
 (0)