You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Initialize one curve from anotherCurve(const Curve& other);
/// Initialize one curve from another by sampling at the specified timesCurve(const Curve& other, const std::vector<Time>& times);
The text was updated successfully, but these errors were encountered:
I would have constructors like:
The text was updated successfully, but these errors were encountered: