Skip to content

Commit

Permalink
even more CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCornejo committed Dec 13, 2024
1 parent 6bacc59 commit e138faf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions kratos/tests/cpp_tests/geometries/test_geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// _|\_\_| \__,_|\__|\___/ ____/
// Multi-Physics
//
// License: BSD License
// Kratos default license: kratos/license.txt
// License: BSD License
// Kratos default license: kratos/license.txt
//
// Main authors: Carlos A. Roig
// Vicente Mataix Ferrandiz
Expand Down Expand Up @@ -60,6 +60,8 @@ namespace Testing {
return "GI_EXTENDED_GAUSS_4";
case GeometryData::IntegrationMethod::GI_EXTENDED_GAUSS_5 :
return "GI_EXTENDED_GAUSS_5";
case GeometryData::IntegrationMethod::GI_LOBATTO_1 :
return "GI_LOBATTO_1";
case GeometryData::IntegrationMethod::NumberOfIntegrationMethods :
return "NumberOfIntegrationMethods";
};
Expand Down
4 changes: 2 additions & 2 deletions kratos/tests/cpp_tests/geometries/test_geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// _|\_\_| \__,_|\__|\___/ ____/
// Multi-Physics
//
// License: BSD License
// Kratos default license: kratos/license.txt
// License: BSD License
// Kratos default license: kratos/license.txt
//
// Main authors: Carlos A. Roig
// Vicente Mataix Ferrandiz
Expand Down

0 comments on commit e138faf

Please sign in to comment.