-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: mesh-doctor as a package #183
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
refactor: mesh-doctor as a package #183
Conversation
… redundant reading of input file
RomainBaville
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.
It seems good to me.
You may add header to your files to be coherent with the rest of the repo with:
# SPDX-License-Identifier:
# SPDX-FileCopyrightText:
# SPDX-FileContributor:
RomainBaville
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.
Tanks for the work you have done !
Closes #145
This refactor aims at moving mesh-doctor out of geos-mesh and create its own individual package.
Filters to prepare for ParaView plugins will be added in a following PR.