Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModelCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GeoModelDev
GeoModelCore
Commits
d80ee24b
Commit
d80ee24b
authored
5 years ago
by
scott snyder
Browse files
Options
Downloads
Patches
Plain Diff
GeoModelKernel: Fix compilation warning.
Unused variable.
parent
e5f30ed4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
GeoModelKernel: Fix compilation warning.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeoModelKernel/src/GeoMaterial.cxx
+2
-2
2 additions, 2 deletions
GeoModelKernel/src/GeoMaterial.cxx
with
2 additions
and
2 deletions
GeoModelKernel/src/GeoMaterial.cxx
+
2
−
2
View file @
d80ee24b
/*
Copyright (C) 2002-20
17
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
*/
#include
"GeoModelKernel/GeoMaterial.h"
...
...
@@ -309,7 +309,7 @@ void GeoMaterial::lock ()
double
wSum
=
std
::
accumulate
(
m_fraction
.
begin
(),
m_fraction
.
end
(),
0.0
);
if
(
fabs
(
wSum
-
1.0
)
>
FLT_EPSILON
)
// 'FLT_EPSILON' defined in <cfloat>
{
if
(
const
char
*
env_p
=
std
::
getenv
(
"GEOMODELKERNEL_VERBOSE"
))
{
if
(
std
::
getenv
(
"GEOMODELKERNEL_VERBOSE"
))
{
std
::
cerr
<<
"Warning in material "
<<
m_name
<<
". Mass fractions sum to "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment