Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e11abc

Browse files
certikjvdp1
andauthoredJan 2, 2020
Apply suggestions from code review
Co-Authored-By: Jeremie Vandenplas <[email protected]>
1 parent 9033999 commit 3e11abc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/tests/loadtxt/test_loadtxt.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program test_loadtxt
2-
use iso_fortran_env, only: sp=>real32, dp=>real64, qp=>real128
2+
use iso_fortran_env, only: sp=>real32, dp=>real64!, qp=>real128
33
use stdlib_experimental_io, only: loadtxt
44
implicit none
55

‎src/tests/loadtxt/test_loadtxt_qp.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program test_loadtxt_qp
2-
use iso_fortran_env, only: sp=>real32, dp=>real64, qp=>real128
2+
use iso_fortran_env, only: qp=>real128
33
use stdlib_experimental_io, only: loadtxt
44
implicit none
55

0 commit comments

Comments
 (0)
Please sign in to comment.