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

Molecular2D example switch from CkVec to std::vector #3835

Merged
merged 5 commits into from
Aug 15, 2024

Conversation

ritvikrao
Copy link
Contributor

Uses std::vector in place of CkVec in the Molecular2D example, fixes the bug (#3834) in the compilation of Molecular2D by using const references in the method parameters of updateParticles and updateForces, and updates the documentation to clarify how pup_stl.h should be used.

Copy link
Collaborator

@mayantaylor mayantaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link

@sanjaykale sanjaykale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Copy link
Contributor

@lvkale lvkale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good.

@ritvikrao ritvikrao merged commit 4ee1554 into main Aug 15, 2024
23 checks passed
@ritvikrao ritvikrao deleted the maya/ckvec-molecular2d branch August 15, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants