Skip to content

Commit d5f033a

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into hybrid_parallel_bcs
2 parents c8cbf90 + 6d8f36f commit d5f033a

16 files changed

Lines changed: 48 additions & 52 deletions

Common/include/CConfig.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
#include <assert.h>
4545

4646
#include "./option_structure.hpp"
47-
#include "./datatype_structure.hpp"
4847

4948
#ifdef HAVE_CGNS
5049
#include "cgnslib.h"
File renamed without changes.
File renamed without changes.

Common/include/blas_structure.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* SU2 Project Website: https://su2code.github.io
1010
*
11-
* The SU2 Project is maintained by the SU2 Foundation
11+
* The SU2 Project is maintained by the SU2 Foundation
1212
* (http://su2foundation.org)
1313
*
1414
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)
@@ -29,7 +29,6 @@
2929

3030
#pragma once
3131

32-
#include "datatype_structure.hpp"
3332
#include "CConfig.hpp"
3433

3534
/* LIBXSMM include files, if supported. */
@@ -39,7 +38,7 @@
3938

4039
/*!
4140
* \class CBlasStructure
42-
* \brief Class, which serves as an interface to the BLAS functionalities needed.
41+
* \brief Class, which serves as an interface to the BLAS functionalities needed.
4342
* \author: E. van der Weide
4443
* \version 7.0.4 "Blackbird"
4544
*/

Common/include/fem/geometry_structure_fem_part.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#pragma once
2929

30-
#include "../datatype_structure.hpp"
30+
#include "../basic_types/datatype_structure.hpp"
3131

3232
#include <vector>
3333
#include <algorithm>

Common/include/interface_interpolation/CInterpolator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
#pragma once
2828

29-
#include "../../include/datatype_structure.hpp"
29+
#include "../../include/basic_types/datatype_structure.hpp"
3030
#include "../../include/toolboxes/C2DContainer.hpp"
3131
#include <vector>
3232

Common/include/mpi_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <map>
3434
#endif
3535

36-
#include "./datatype_structure.hpp"
36+
#include "basic_types/datatype_structure.hpp"
3737
#include <stdlib.h>
3838
#ifndef _MSC_VER
3939
#include <unistd.h>

Common/include/toolboxes/C1DInterpolation.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#include <cmath>
3232
#include <vector>
3333
#include<fstream>
34-
#include "../datatype_structure.hpp"
3534
#include "../option_structure.hpp"
3635

3736
using namespace std;

Common/include/toolboxes/C2DContainer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#pragma once
2929

3030
#include "allocation_toolbox.hpp"
31-
#include "../datatype_structure.hpp"
31+
#include "../basic_types/datatype_structure.hpp"
3232

3333
#include <utility>
3434
#include <type_traits>

Common/include/toolboxes/printing_toolbox.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <sstream>
3333
#include <cmath>
3434
#include <algorithm>
35-
#include "../datatype_structure.hpp"
35+
#include "../basic_types/datatype_structure.hpp"
3636

3737
namespace PrintingToolbox {
3838

0 commit comments

Comments
 (0)