Skip to content

Commit ac9a2b1

Browse files
authored
fix: Update the annotaion in opt_DCsrch.cpp (#1569)
* Update the annotaion in module_base/opt_DCsrch.cpp to avoid the license problem.
1 parent 1b9f519 commit ac9a2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_base/opt_DCsrch.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#include <string.h>
33
#include <math.h>
44

5-
// This file is translated from fortran codes MathDCsrch.f and MathDCstep.f of PROFESS3.0.
5+
// This file is translated from fortran codes dcstep.f of scipy.
66
// The structure and all annotation of the original file have been retained.
7-
// See original source at https://github.com/EACcodes/PROFESS/blob/master/Source.
7+
// See original source at https://github.com/scipy/scipy/blob/main/scipy/optimize/minpack2/dcstep.f.
88
// sunliang 2022-05-30
99

1010
namespace ModuleBase

0 commit comments

Comments
 (0)