Skip to content

Commit 7e26b84

Browse files
authored
Update pyomo/contrib/cspline_external/src/functions.cpp
1 parent 925d46c commit 7e26b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyomo/contrib/cspline_external/src/functions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extern real cspline(arglist *al) {
133133
size_t seg; // segment index
134134
real a1, a2, a3, a4; // segment parameters
135135

136-
//find segment index
136+
// Find segment index
137137
auto lit = std::lower_bound(knots_cspline[idx].begin(), knots_cspline[idx].end(), x);
138138
seg = lit - knots_cspline[idx].begin();
139139

0 commit comments

Comments
 (0)