Skip to content

Commit

Permalink
Update naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Feb 28, 2024
1 parent b3e5b21 commit 7031790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levenberg_marquardt.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
submodule (fstats) levenberg_marquardt
! REFERENCES:
! 1. https://people.duke.edu/~hpgavin/ExperimentalSystems/lm.pdf
use linalg
use linalg, only : mtx_inverse, lu_factor, mtx_mult
use fstats_errors
implicit none
contains
Expand Down

0 comments on commit 7031790

Please sign in to comment.