Skip to content

Commit 85fb603

Browse files
committed
add use, only for tests
1 parent ca9fb55 commit 85fb603

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

test/test_chkder.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
program test_chkder
1313

14-
use minpack_module
14+
use minpack_module, only: wp, dpmpar, chkder
1515
use iso_fortran_env, only: nwrite => output_unit
1616

1717
implicit none

test/test_hybrd.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
program test_hybrd
1414

15-
use minpack_module
15+
use minpack_module, only: wp, dpmpar, enorm, hybrd1
1616
use iso_fortran_env, only: output_unit
1717

1818
implicit none

test/test_hybrj.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
program test_hybrj
1414

15-
use minpack_module
15+
use minpack_module, only: wp, dpmpar, enorm, hybrj1
1616
use iso_fortran_env, only: nwrite => output_unit
1717

1818
implicit none

test/test_lmder.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
program test_lmder
1414

15-
use minpack_module
15+
use minpack_module, only: wp, dpmpar, enorm, lmder1
1616
use iso_fortran_env, only: output_unit
1717

1818
implicit none

test/test_lmdif.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
program test_lmdif
1414

15-
use minpack_module
15+
use minpack_module, only: wp, dpmpar, enorm, lmdif1
1616
use iso_fortran_env, only: nwrite => output_unit
1717

1818
implicit none

test/test_lmstr.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
program test_lmstr
1414

15-
use minpack_module
15+
use minpack_module, only: wp, dpmpar, enorm, lmstr1
1616
use iso_fortran_env, only: nwrite => output_unit
1717

1818
implicit none

0 commit comments

Comments
 (0)