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
8fed8848
Commit
8fed8848
authored
8 months ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rename class and sources GUI/Model/Sample/ProfilesCatalogs -> GUI/Model/Sample/ProfileCatalogs
parent
b5a712d2
No related branches found
No related tags found
1 merge request
!2678
unify names of *Catalog classes: type now always in singular
Pipeline
#152232
failed
8 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
GUI/Model/Sample/InterferenceItems.h
+1
-1
1 addition, 1 deletion
GUI/Model/Sample/InterferenceItems.h
GUI/Model/Sample/ProfileCatalogs.cpp
+2
-2
2 additions, 2 deletions
GUI/Model/Sample/ProfileCatalogs.cpp
GUI/Model/Sample/ProfileCatalogs.h
+4
-4
4 additions, 4 deletions
GUI/Model/Sample/ProfileCatalogs.h
with
7 additions
and
7 deletions
GUI/Model/Sample/InterferenceItems.h
+
1
−
1
View file @
8fed8848
...
...
@@ -19,8 +19,8 @@
#include
"GUI/Model/Descriptor/PolyItem.h"
#include
"GUI/Model/Sample/Lattice2DCatalog.h"
#include
"GUI/Model/Sample/Lattice2DItems.h"
#include
"GUI/Model/Sample/ProfileCatalogs.h"
#include
"GUI/Model/Sample/ProfileItems.h"
#include
"GUI/Model/Sample/ProfilesCatalogs.h"
#include
<memory>
class
IInterference
;
...
...
This diff is collapsed.
Click to expand it.
GUI/Model/Sample/Profile
s
Catalogs.cpp
→
GUI/Model/Sample/ProfileCatalogs.cpp
+
2
−
2
View file @
8fed8848
...
...
@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Model/Sample/Profile
s
Catalogs.cpp
//! @file GUI/Model/Sample/ProfileCatalogs.cpp
//! @brief Implements classes Profile1DItemCatalog, Profile2DItemCatalog.
//!
//! @homepage http://www.bornagainproject.org
...
...
@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#include
"GUI/Model/Sample/ProfilesCatalogs.h"
#include
"Base/Util/Assert.h"
#include
"GUI/Model/Sample/ProfileCatalogs.h"
#include
"GUI/Model/Sample/ProfileItems.h"
Profile1DItemCatalog
::
BaseType
*
Profile1DItemCatalog
::
create
(
Type
type
)
...
...
This diff is collapsed.
Click to expand it.
GUI/Model/Sample/Profile
s
Catalogs.h
→
GUI/Model/Sample/ProfileCatalogs.h
+
4
−
4
View file @
8fed8848
...
...
@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Model/Sample/Profile
s
Catalogs.h
//! @file GUI/Model/Sample/ProfileCatalogs.h
//! @brief Defines classes Profile1DItemCatalog, Profile2DItemCatalog.
//!
//! @homepage http://www.bornagainproject.org
...
...
@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_SAMPLE_PROFILE
S
CATALOGS_H
#define BORNAGAIN_GUI_MODEL_SAMPLE_PROFILE
S
CATALOGS_H
#ifndef BORNAGAIN_GUI_MODEL_SAMPLE_PROFILECATALOGS_H
#define BORNAGAIN_GUI_MODEL_SAMPLE_PROFILECATALOGS_H
#include
"GUI/Model/Type/UiInfo.h"
#include
<QVector>
...
...
@@ -75,4 +75,4 @@ public:
static
Type
type
(
const
BaseType
*
item
);
};
#endif // BORNAGAIN_GUI_MODEL_SAMPLE_PROFILE
S
CATALOGS_H
#endif // BORNAGAIN_GUI_MODEL_SAMPLE_PROFILECATALOGS_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