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

Extend rtt_viz::Ensight_Translator's ensight_dump function. #478

Merged
merged 1 commit into from
Sep 20, 2018

Conversation

KineticTheory
Copy link
Collaborator

@KineticTheory KineticTheory commented Sep 19, 2018

Background

  • Jayenne requires extended functionality of the viz package.

Description of changes

  • Allow the ensight_dump function to accept vector<unsigned> containers in addition to vector<int>. This required a little bit of cleanup in the function to keep all of the data types compatible.
  • Add a unit test for the new ensight_dump signature.

Status

+ Allow the `ensight_dump` function to accept `vector<unsigned>` containers in
  addition to `vector<int>`. This required a little bit of cleanup in the
  function to keep all of the data types compatible.
+ Add a unit test for the new `ensight_dump` signature.
@codecov
Copy link

codecov bot commented Sep 19, 2018

Codecov Report

Merging #478 into develop will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           develop    #478   +/-   ##
=======================================
  Coverage     91.8%   91.8%           
=======================================
  Files          375     375           
  Lines        17472   17472           
=======================================
  Hits         16045   16045           
  Misses        1427    1427

@KineticTheory
Copy link
Collaborator Author

@clevelam All testing passes. This is ready for final review and merge. This blocks my new PR for McGrid.

@clevelam clevelam merged commit 78e694f into lanl:develop Sep 20, 2018
@clevelam
Copy link
Collaborator

LGTM

@KineticTheory KineticTheory deleted the extend_viz branch September 20, 2018 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants