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
Commits
8ba79141
Commit
8ba79141
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rename Base/Types/CloneableVector.h -> Base/Type
parent
cb3097f8
No related branches found
No related tags found
1 merge request
!2450
directory names all in singular
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Base/Axis/Frame.h
+1
-1
1 addition, 1 deletion
Base/Axis/Frame.h
Base/Type/CloneableVector.h
+4
-4
4 additions, 4 deletions
Base/Type/CloneableVector.h
Sample/Aggregate/ParticleLayout.h
+1
-1
1 addition, 1 deletion
Sample/Aggregate/ParticleLayout.h
Sim/Scan/BeamScan.h
+1
-1
1 addition, 1 deletion
Sim/Scan/BeamScan.h
with
7 additions
and
7 deletions
Base/Axis/Frame.h
+
1
−
1
View file @
8ba79141
...
...
@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_BASE_AXIS_FRAME_H
#define BORNAGAIN_BASE_AXIS_FRAME_H
#include
"Base/Type
s
/CloneableVector.h"
#include
"Base/Type/CloneableVector.h"
#include
<string>
using
std
::
size_t
;
...
...
This diff is collapsed.
Click to expand it.
Base/Type
s
/CloneableVector.h
→
Base/Type/CloneableVector.h
+
4
−
4
View file @
8ba79141
...
...
@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file Base/Type
s
/CloneableVector.h
//! @file Base/Type/CloneableVector.h
//! @brief Defines and implements templated class CloneableVector.
//!
//! @homepage http://www.bornagainproject.org
...
...
@@ -15,8 +15,8 @@
#ifdef SWIG
#error no need to expose this header to Swig
#endif // SWIG
#ifndef BORNAGAIN_BASE_TYPE
S
_CLONEABLEVECTOR_H
#define BORNAGAIN_BASE_TYPE
S
_CLONEABLEVECTOR_H
#ifndef BORNAGAIN_BASE_TYPE_CLONEABLEVECTOR_H
#define BORNAGAIN_BASE_TYPE_CLONEABLEVECTOR_H
#include
"Base/Types/OwningVector.h"
...
...
@@ -58,4 +58,4 @@ public:
CloneableVector
&
operator
=
(
CloneableVector
&&
other
)
=
default
;
};
#endif // BORNAGAIN_BASE_TYPE
S
_CLONEABLEVECTOR_H
#endif // BORNAGAIN_BASE_TYPE_CLONEABLEVECTOR_H
This diff is collapsed.
Click to expand it.
Sample/Aggregate/ParticleLayout.h
+
1
−
1
View file @
8ba79141
...
...
@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_SAMPLE_AGGREGATE_PARTICLELAYOUT_H
#define BORNAGAIN_SAMPLE_AGGREGATE_PARTICLELAYOUT_H
#include
"Base/Type
s
/CloneableVector.h"
#include
"Base/Type/CloneableVector.h"
#include
"Sample/Scattering/ISampleNode.h"
#include
<memory>
...
...
This diff is collapsed.
Click to expand it.
Sim/Scan/BeamScan.h
+
1
−
1
View file @
8ba79141
...
...
@@ -16,7 +16,7 @@
#define BORNAGAIN_SIM_SCAN_BEAMSCAN_H
#include
"Base/Const/Units.h"
#include
"Base/Type
s
/CloneableVector.h"
#include
"Base/Type/CloneableVector.h"
#include
"Base/Types/ICloneable.h"
#include
"Device/Beam/Beam.h"
#include
"Param/Node/INode.h"
...
...
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