Skip to content

Commit cd13ddf

Browse files
committed
minor correction to code comment
1 parent 9e8a575 commit cd13ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smoothmedian.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// INPUT VARIABLES
1414
// X (double) is the data vector or matrix.
1515
// DIM (double) is the dimension (1 for columnwise, 2 for rowwise).
16-
// TOL (double) sets the step size that will to stop optimization.
16+
// TOL (double) sets the step size that will stop optimization.
1717
//
1818
// OUTPUT VARIABLE
1919
// M (double) is a scalar or vector of the smoothed median(s)

0 commit comments

Comments
 (0)