Skip to content

Commit

Permalink
Merge branch 'pvidal_add_missing_licence_top_geometry-files' into 'main'
Browse files Browse the repository at this point in the history
Fix missing licence

See merge request gysela-developpers/gyselalibxx!687
  • Loading branch information
tpadioleau committed Sep 17, 2024
1 parent 806f94c commit d8393b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci_tools/gyselalib_static_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def check_exec_space_usage(file):

cppcheck_command = ['cppcheck', '--dump', '--library=googletest', '--check-level=exhaustive', '--enable=style',
'--std=c++17', '--max-ctu-depth=5', '--suppress=unusedStructMember', '--suppress=useStlAlgorithm',
'--error-exitcode=1']
'--error-exitcode=1', '--suppress=knownConditionTrueFalse']
for f in multipatch_geom:
if no_file_filter or f in (*filter_files, spec_info):
print("------------- Checking ", f, " -------------")
Expand Down
1 change: 1 addition & 0 deletions src/geometry5D/geometry/geometry.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#pragma once
#include <ddc/ddc.hpp>

Expand Down
1 change: 1 addition & 0 deletions src/geometryVparMu/geometry/geometry.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#pragma once
#include <ddc/ddc.hpp>
#include <ddc/kernels/splines.hpp>
Expand Down

0 comments on commit d8393b0

Please sign in to comment.