Skip to content

Commit df0b73a

Browse files
committed
Make variables public for more rigorous testing
1 parent 66341b4 commit df0b73a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stdlib_math.fypp

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

1314
integer, parameter :: DEFAULT_LINSPACE_LENGTH = 100
1415
integer, parameter :: DEFAULT_LOGSPACE_LENGTH = 50

0 commit comments

Comments
 (0)