Skip to content

Commit c5130ef

Browse files
author
maechler
committed
revert comment from r86479
git-svn-id: https://svn.r-project.org/R/trunk@88129 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a576910 commit c5130ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/R_ext/Applic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void fdhess(int n, double *x, double fval, fcn_p fun, void *state,
139139
double *h, int nfd, double *step, double *f, int ndigit,
140140
double *typx);
141141

142-
/* Formerly used in package nlme, still used by pcaPP */
142+
/* Also used in packages nlme, pcaPP */
143143
void optif9(int nr, int n, double *x,
144144
fcn_p fcn, fcn_p d1fcn, d2fcn_p d2fcn,
145145
void *state, double *typsiz, double fscale, int method,

0 commit comments

Comments
 (0)