Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

check outputupdate vector sizes #1

Description

@rsantos88

Not sure if vector is sized with -1

//use all outputs but actual (¿the vector is sized with -1 in order to fix that?)
for (int i=1; i<int(oldStates.size()); i++)
{
    response -= denCoef[i]*oldStates[i];
    std::cout << "denCoef[i] : " << i << ": " << denCoef[i] << std::endl;
    std::cout << "oldStates[i] : " << i << ": " << oldStates[i] << std::endl;
    std::cout << "response : " << response << std::endl;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions