-
Notifications
You must be signed in to change notification settings - Fork 213
Remove AnalyticSolutionOrData base tag #6766
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
Remove AnalyticSolutionOrData base tag #6766
Conversation
This should allow us to switch CSW to runtime initial data too.
This should allow us to switch CSW to runtime initial data too.
kidder
left a comment
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.
you can squash
| typename flat_variables_tag::tags_list{}); | ||
| call_with_dynamic_type<void, DerivedClasses>( | ||
| &solution_or_data, | ||
| // &db::get<evolution::initial_data::Tags::InitialData>(box), |
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.
remove
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.
Okay, done!
This removes the use of the AnalyticSolutionOrData base tag
6627ecf to
2d1eee5
Compare
Proposed changes
Upgrade instructions
Code review checklist
make docto generate the documentation locally intoBUILD_DIR/docs/html.Then open
index.html.code review guide.
bugfixornew featureif appropriate.Further comments