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

Particle restart #348

Merged
merged 4 commits into from
Nov 1, 2023
Merged

Conversation

mabruzzo
Copy link
Collaborator

This PR fixed a bug related to restarting simulations with particles that I fixed a week and a half ago

  • As I recall, original-problem involved duplicating part of the end of the filename. (I can try to figure out what the problem was if you would like)
  • Along the way, I slightly refactored the relevant code to make use of std::string instead of fixed-sized stack-allocated buffers representing c-strings. This will more robustly handle long paths and (in my opinion) is slightly easier to understand

@evaneschneider evaneschneider merged commit f5cf610 into cholla-hydro:dev Nov 1, 2023
10 checks passed
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.

2 participants