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
dc9f23b6
Commit
dc9f23b6
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rename Base/Types/VectorWC.h -> Base/Type
parent
366a3c72
No related branches found
No related tags found
1 merge request
!2450
directory names all in singular
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Base/Type/VectorWC.h
+4
-4
4 additions, 4 deletions
Base/Type/VectorWC.h
GUI/Model/Job/JobsSet.h
+1
-1
1 addition, 1 deletion
GUI/Model/Job/JobsSet.h
GUI/Model/Material/MaterialsSet.h
+1
-1
1 addition, 1 deletion
GUI/Model/Material/MaterialsSet.h
with
6 additions
and
6 deletions
Base/Type
s
/VectorWC.h
→
Base/Type/VectorWC.h
+
4
−
4
View file @
dc9f23b6
...
...
@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file Base/Type
s
/VectorWC.h
//! @file Base/Type/VectorWC.h
//! @brief Defines and implements templated class VectorWC.
//!
//! @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
_VECTORWC_H
#define BORNAGAIN_BASE_TYPE
S
_VECTORWC_H
#ifndef BORNAGAIN_BASE_TYPE_VECTORWC_H
#define BORNAGAIN_BASE_TYPE_VECTORWC_H
#include
"Base/Type/OwningVector.h"
#include
"Base/Util/Assert.h"
...
...
@@ -95,4 +95,4 @@ private:
size_t
m_current_index
=
-
1
;
};
#endif // BORNAGAIN_BASE_TYPE
S
_VECTORWC_H
#endif // BORNAGAIN_BASE_TYPE_VECTORWC_H
This diff is collapsed.
Click to expand it.
GUI/Model/Job/JobsSet.h
+
1
−
1
View file @
dc9f23b6
...
...
@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_JOB_JOBSSET_H
#define BORNAGAIN_GUI_MODEL_JOB_JOBSSET_H
#include
"Base/Type
s
/VectorWC.h"
#include
"Base/Type/VectorWC.h"
#include
"GUI/Model/Files/DatafilesCleaner.h"
#include
"GUI/Model/Job/JobItem.h"
#include
<QObject>
...
...
This diff is collapsed.
Click to expand it.
GUI/Model/Material/MaterialsSet.h
+
1
−
1
View file @
dc9f23b6
...
...
@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_MATERIAL_MATERIALSSET_H
#define BORNAGAIN_GUI_MODEL_MATERIAL_MATERIALSSET_H
#include
"Base/Type
s
/VectorWC.h"
#include
"Base/Type/VectorWC.h"
#include
<QMap>
#include
<QObject>
#include
<QVector>
...
...
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