Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allocation misnamed in GunnsElectBattery.cpp #75

Closed
jasonlharvey opened this issue May 9, 2023 · 0 comments
Closed

Allocation misnamed in GunnsElectBattery.cpp #75

jasonlharvey opened this issue May 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jasonlharvey
Copy link
Contributor

TS_NEW_CLASS_ARRAY_EXT(mCells, static_cast<int>(mNumCells), GunnsElectBatteryCell, (), std::string(mName) + ".mCell");

Should be ".mCells", not ".mCell" (missing the ending s) so that the allocation name matches the variable that points to that memory.

@jasonlharvey jasonlharvey added the bug Something isn't working label May 9, 2023
@jasonlharvey jasonlharvey self-assigned this May 9, 2023
@jasonlharvey jasonlharvey added this to the Release v19.5 milestone May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant