Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
[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.
[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.