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

Fixed an issue that the read openfoam mesh function #22

Merged
merged 4 commits into from
Jun 22, 2020

Conversation

friedenhe
Copy link
Collaborator

@friedenhe friedenhe commented Jun 15, 2020

Purpose

Now the readOFGrid function will try to copy points_orig to points, which is not necessary because it should be done in the pyDAFoam layer. The relevant calls have been commented out.

Type of change

What types of change is it?
Select the appropriate type(s) that describe this PR

  • Bugfix (non-breaking change which fixes an issue)

Testing

Explain the steps needed to test the new code to verify that it does indeed address the issue and produce the expected behavior.

Checklist

Put an x in the boxes that apply.

  • I have run unit and regression tests which pass locally with my changes
  • I have added new tests that prove my fix is effective or that my feature works
  • I have added necessary documentation

…nts_orig to points, which is not necessary because it should be done in the pyDAFoam layer.
@friedenhe friedenhe requested a review from a team as a code owner June 15, 2020 19:32
@ewu63 ewu63 merged commit 9ac06ee into mdolab:master Jun 22, 2020
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.

3 participants