2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-26 16:52:27 +00:00

Merge remote-tracking branch 'origin/develop'

This commit is contained in:
Matt Borland
2023-03-03 09:09:24 -08:00
2 changed files with 43 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ public:
}
}
decasteljau_recursion(scratch_space, scratch_space.size(), t);
decasteljau_recursion(scratch_space, control_points_.size() - 1, t);
return scratch_space[0];
}