Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Merge requests
!504
refactoring in particle/formfactor context
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
refactoring in particle/formfactor context
ff50
into
develop
Overview
0
Commits
5
Pipelines
2
Changes
3
Merged
Wuttke, Joachim
requested to merge
ff50
into
develop
3 years ago
Overview
0
Commits
5
Pipelines
2
Changes
3
Expand
disambiguate fct names: detectorPosition(), particlePosition()
mv Prism to ff
Edited
3 years ago
by
Wuttke, Joachim
0
0
Merge request reports
Viewing commit
7b8c4c57
Prev
Next
Show latest version
3 files
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
7b8c4c57
mv Prism to ff
· 7b8c4c57
Wuttke, Joachim
authored
3 years ago
Sample/HardParticle/IFormFactorPrism.cpp
+
1
−
1
Options
@@ -13,7 +13,7 @@
// ************************************************************************************************
#include
"Sample/HardParticle/IFormFactorPrism.h"
#include
"Sample/
HardParticle
/Prism.h"
#include
"Sample/
ff
/Prism.h"
IFormFactorPrism
::
IFormFactorPrism
(
const
NodeMeta
&
meta
,
const
std
::
vector
<
double
>&
PValues
)
:
IBornFF
(
meta
,
PValues
)
Loading