Skip to content

Commit 9787b2d

Browse files
committed
Fix the name of the module
1 parent a0b3174 commit 9787b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example_lmdif1.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module testmod_dif
1+
module testmod_dif1
22
implicit none
33
private
44
public fcn, dp
@@ -33,7 +33,7 @@ subroutine fcn(m, n, x, fvec, iflag)
3333

3434
program example_lmdif1
3535
use minpack, only: enorm, dpmpar, lmdif1
36-
use testmod_dif, only: dp, fcn
36+
use testmod_dif1, only: dp, fcn
3737
implicit none
3838

3939
integer :: info, m, n

0 commit comments

Comments
 (0)