KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
991 stars 244 forks source link

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

Closed avdg81 closed 2 months ago

avdg81 commented 2 months ago

📝 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).