Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena_MET
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Alberto Plebani
athena_MET
Commits
03f593ad
Commit
03f593ad
authored
3 years ago
by
Christos Anastopoulos
Browse files
Options
Downloads
Patches
Plain Diff
BFieldZone rm unused method
parent
4b3c4718
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MagneticField/MagFieldElements/MagFieldElements/BFieldZone.h
+0
-3
0 additions, 3 deletions
MagneticField/MagFieldElements/MagFieldElements/BFieldZone.h
MagneticField/MagFieldElements/MagFieldElements/BFieldZone.icc
+0
-8
0 additions, 8 deletions
...ticField/MagFieldElements/MagFieldElements/BFieldZone.icc
with
0 additions
and
11 deletions
MagneticField/MagFieldElements/MagFieldElements/BFieldZone.h
+
0
−
3
View file @
03f593ad
...
...
@@ -36,9 +36,6 @@ public:
void
addBiotSavart
(
const
double
*
ATH_RESTRICT
xyz
,
double
*
ATH_RESTRICT
B
,
double
*
ATH_RESTRICT
deriv
=
nullptr
)
const
;
// scale B field by a multiplicative factor: RDS 2019/09 - no longer used.
// Scaling is done in cachec
void
scaleField
(
double
factor
);
// accessors
int
id
()
const
;
unsigned
ncond
()
const
;
...
...
This diff is collapsed.
Click to expand it.
MagneticField/MagFieldElements/MagFieldElements/BFieldZone.icc
+
0
−
8
View file @
03f593ad
...
...
@@ -20,14 +20,6 @@ BFieldZone::appendCond(const BFieldCond& cond)
m_cond
.
push_back
(
cond
);
}
inline
void
BFieldZone
::
scaleField
(
double
factor
)
{
scaleBscale
(
factor
);
for
(
unsigned
i
=
0
;
i
<
ncond
();
i
++
)
{
m_cond
[
i
].
scaleCurrent
(
factor
);
}
}
inline
void
BFieldZone
::
addBiotSavart
(
const
double
*
ATH_RESTRICT
xyz
,
...
...
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