Summary:
@bob-carpenter
Should the ostream argument that gets passed through integrate_1d to the thing being integrated be a pointer instead of a reference?
Currently we have it as a reference, but I just did a stanc on an ode model and get the signature:
... const std::vector<int>& x_i, std::ostream* pstream__) {
which seems to indicate it should be a pointer.
If it should be a pointer, leave the issue open and I'll fix it. If not, close it and we're good.
Current Version:
develop (0b0e0a4)
Summary:
@bob-carpenter
Should the ostream argument that gets passed through integrate_1d to the thing being integrated be a pointer instead of a reference?
Currently we have it as a reference, but I just did a stanc on an ode model and get the signature:
which seems to indicate it should be a pointer.
If it should be a pointer, leave the issue open and I'll fix it. If not, close it and we're good.
Current Version:
develop (0b0e0a4)