Skip to content

ostream argument in integrate_1d #933

@bbbales2

Description

@bbbales2

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions