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

STYLE: Fix style in miscellaneous FEM tests #4418

Merged

Commits on Jan 21, 2024

  1. STYLE: Remove commented statements with hard-coded filenames in FEM

    Remove commented statements containing hard-coded filenames in `FEM`
    module: all relevant filenames are being provided through the
    corresponding `CMakeLists.txt` testing command arguments.
    jhlegarreta committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    e455f53 View commit details
    Browse the repository at this point in the history
  2. STYLE: Start reader/writer FEM module local variables with lowercase

    Start reader/writer `FEM` module local variables with lowercase as per
    ITK style guidelines.
    jhlegarreta committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    de7f40c View commit details
    Browse the repository at this point in the history