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:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user