-
Notifications
You must be signed in to change notification settings - Fork 68
Update Uniform Sample to accept and output multiple fields #1527
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
Update Uniform Sample to accept and output multiple fields #1527
Conversation
…l unit tests to use the string convention and update teh docs
fix error message
} | ||
|
||
|
||
std::string field = field_selection[0]; |
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.
is this now unused?
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.
We're still using it to grab the topo and then data
src/libs/ascent/runtimes/flow_filters/ascent_runtime_vtkh_filters.cpp
Outdated
Show resolved
Hide resolved
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.
A few final suggestions
Thanks! I think I've hit them all. |
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.
Looks good, thanks!
Now takes in a list of fields.