-
Notifications
You must be signed in to change notification settings - Fork 23
Grab bag of changes for Blast, incl. Axom update #333
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
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit b990b4d.
| // } | ||
| // } | ||
|
|
||
| mNodePairListPtr->makeUnique(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember why I added this, but it might not be needed.
src/CRKSPH/CRKSPH.cc
Outdated
| //------------------------------------------------------------------------------ | ||
| // Destructor. | ||
| //------------------------------------------------------------------------------ | ||
| template<typename Dimension> | ||
| CRKSPH<Dimension>:: | ||
| ~CRKSPH(){ | ||
| // Needs to be here due to implicit PairwiseField delete | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to add this to all the hydro packages. Otherwise, the build fails since the PairwiseField destructor isn't available in the header file.
|
Is anything here still relevant and useful? |
Summary
This PR does a few things:
The Axom updates include fixes from the version that Kenny posted earlier, so those should be disregarded.
ToDo :
RELEASE_NOTES.mdwith notable changes.