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

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

parent 366a3c72
No related branches found
No related tags found
1 merge request!2450directory names all in singular
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file Base/Types/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_TYPES_VECTORWC_H
#define BORNAGAIN_BASE_TYPES_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_TYPES_VECTORWC_H
#endif // BORNAGAIN_BASE_TYPE_VECTORWC_H
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_JOB_JOBSSET_H
#define BORNAGAIN_GUI_MODEL_JOB_JOBSSET_H
#include "Base/Types/VectorWC.h"
#include "Base/Type/VectorWC.h"
#include "GUI/Model/Files/DatafilesCleaner.h"
#include "GUI/Model/Job/JobItem.h"
#include <QObject>
......
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_MATERIAL_MATERIALSSET_H
#define BORNAGAIN_GUI_MODEL_MATERIAL_MATERIALSSET_H
#include "Base/Types/VectorWC.h"
#include "Base/Type/VectorWC.h"
#include <QMap>
#include <QObject>
#include <QVector>
......
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