Skip to content
Snippets Groups Projects
Commit 8ba79141 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rename Base/Types/CloneableVector.h -> Base/Type

parent cb3097f8
No related branches found
No related tags found
1 merge request!2450directory names all in singular
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_BASE_AXIS_FRAME_H
#define BORNAGAIN_BASE_AXIS_FRAME_H
#include "Base/Types/CloneableVector.h"
#include "Base/Type/CloneableVector.h"
#include <string>
using std::size_t;
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file Base/Types/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_TYPES_CLONEABLEVECTOR_H
#define BORNAGAIN_BASE_TYPES_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_TYPES_CLONEABLEVECTOR_H
#endif // BORNAGAIN_BASE_TYPE_CLONEABLEVECTOR_H
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_SAMPLE_AGGREGATE_PARTICLELAYOUT_H
#define BORNAGAIN_SAMPLE_AGGREGATE_PARTICLELAYOUT_H
#include "Base/Types/CloneableVector.h"
#include "Base/Type/CloneableVector.h"
#include "Sample/Scattering/ISampleNode.h"
#include <memory>
......
......@@ -16,7 +16,7 @@
#define BORNAGAIN_SIM_SCAN_BEAMSCAN_H
#include "Base/Const/Units.h"
#include "Base/Types/CloneableVector.h"
#include "Base/Type/CloneableVector.h"
#include "Base/Types/ICloneable.h"
#include "Device/Beam/Beam.h"
#include "Param/Node/INode.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment