Reply to thread

[CODE]    std::vector<double> r2(r.begin() + 1, r.end() - 1); => FIRST INDEX is ONE??

    r2[0] -= BCL;

    r2[r2.size() - 1] -= BCR;

[/CODE]



edge condition?


r2(J-1)?


take example p. 403 Duffy 2018.


Back
Top Bottom