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

[GeoMechanicsApplication] Added a missing #include in a unit test file #12377

Merged
merged 1 commit into from
May 14, 2024

Conversation

avdg81
Copy link
Contributor

@avdg81 avdg81 commented May 14, 2024

📝 Description
Due to the missing #include of includes/checks.h, compilation of test_math_utilities.cpp failed when using a non-unity build. It was unable to find macro KRATOS_CHECK_VECTOR_NEAR.

Also removed a redundant semicolon (yielding an empty statement).

Also removed a redundant semicolon (yielding an empty statement).
@avdg81 avdg81 added FastPR This Pr is simple and / or has been already tested and the revision should be fast GeoMechanics Issues related to the GeoMechanicsApplication labels May 14, 2024
@avdg81 avdg81 requested a review from rfaasse May 14, 2024 09:15
@avdg81 avdg81 self-assigned this May 14, 2024
Copy link
Contributor

@rfaasse rfaasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this, ready to go!

@avdg81 avdg81 enabled auto-merge (squash) May 14, 2024 09:17
@avdg81 avdg81 merged commit 980d657 into master May 14, 2024
11 checks passed
@avdg81 avdg81 deleted the geo/fix-missing-include branch May 14, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FastPR This Pr is simple and / or has been already tested and the revision should be fast GeoMechanics Issues related to the GeoMechanicsApplication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants