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

More clang-tidy fixes #64

Merged
merged 17 commits into from
Dec 30, 2024
Merged

More clang-tidy fixes #64

merged 17 commits into from
Dec 30, 2024

Conversation

itopcuoglu
Copy link
Collaborator

No description provided.

@@ -1040,7 +1040,8 @@
}
}

void MeshBlock::markWallBoundary(int* sam, int nx[3], const double extents[6])
void MeshBlock::markWallBoundary(

Check notice

Code scanning / CodeQL

No raw arrays in interfaces Note

Raw arrays should not be used in interfaces. A container class should be used instead.
src/tioga.h Fixed Show fixed Hide fixed
src/tioga.h Fixed Show fixed Hide fixed
src/codetypes.h Fixed Show fixed Hide fixed
src/codetypes.h Fixed Show fixed Hide fixed
@itopcuoglu itopcuoglu force-pushed the obj_dev branch 2 times, most recently from 854437e to 0b98f9d Compare December 16, 2024 22:15
src/dataUpdate.C Fixed Show fixed Hide fixed
@itopcuoglu itopcuoglu force-pushed the obj_dev branch 11 times, most recently from b86be2d to 03099dc Compare December 18, 2024 00:03
src/TiogaMeshInfo.h Outdated Show resolved Hide resolved
src/codetypes.h Outdated Show resolved Hide resolved
@itopcuoglu itopcuoglu marked this pull request as ready for review December 27, 2024 17:52
@itopcuoglu itopcuoglu merged commit b4f7aa9 into Exawind:exawind Dec 30, 2024
9 of 10 checks passed
@itopcuoglu itopcuoglu deleted the obj_dev branch January 9, 2025 18:30
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.

2 participants