Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
GeoModel
Merge requests
!431
GeoDiamondSurface+GeoTrapezoidSurface: fixed cppcheck warnings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GeoDiamondSurface+GeoTrapezoidSurface: fixed cppcheck warnings
main-cppcheck-kernel
into
main
Overview
0
Commits
1
Pipelines
3
Changes
3
Merged
Vakhtang Tsulaia
requested to merge
main-cppcheck-kernel
into
main
1 month ago
Overview
0
Commits
1
Pipelines
3
Changes
3
Expand
Logical conjunction always evaluates to false
Related to
#119 (closed)
0
0
Merge request reports
Compare
main
version 2
dfc8ae24
1 month ago
version 1
db0e71f8
1 month ago
main (base)
and
latest version
latest version
f6bf2c43
1 commit,
1 month ago
version 2
dfc8ae24
1 commit,
1 month ago
version 1
db0e71f8
1 commit,
1 month ago
3 files
+
8
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
GeoModelCore/GeoModelKernel/GeoModelKernel/throwExcept.h
+
4
−
4
Options
/*
Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
5
CERN for the benefit of the ATLAS collaboration
*/
#ifndef G
eoModelHelpers
_THROWEXCEPT_H
#define G
eoModelHelpers
_THROWEXCEPT_H
#ifndef G
EOMODELKERNEL
_THROWEXCEPT_H
#define G
EOMODELKERNEL
_THROWEXCEPT_H
#include
<exception>
#include
<sstream>
@@ -14,4 +14,4 @@
except_str<<MESSAGE; \
throw std::runtime_error(except_str.str()); \
}
#endif
\ No newline at end of file
#endif
Loading