Skip to content

Commit

Permalink
Merge pull request su2code#853 from su2code/feature_faster_compilation
Browse files Browse the repository at this point in the history
Faster compilation
  • Loading branch information
pcarruscag authored Jan 31, 2020
2 parents 06ef322 + 009a68c commit b51b8cb
Show file tree
Hide file tree
Showing 46 changed files with 7,012 additions and 8,907 deletions.
5,155 changes: 2,498 additions & 2,657 deletions Common/include/config_structure.hpp → Common/include/CConfig.hpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Common/include/blas_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#pragma once

#include "datatype_structure.hpp"
#include "config_structure.hpp"
#include "CConfig.hpp"

/* LIBXSMM include files, if supported. */
#ifdef HAVE_LIBXSMM
Expand Down
2,093 changes: 0 additions & 2,093 deletions Common/include/config_structure.inl

This file was deleted.

2 changes: 1 addition & 1 deletion Common/include/fem_gauss_jacobi_quadrature.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Tom
#include <cstdlib>
#include <vector>

#include "config_structure.hpp"
#include "CConfig.hpp"

using namespace std;

Expand Down
2 changes: 1 addition & 1 deletion Common/include/fem_standard_element.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <vector>
#include <cstdlib>

#include "config_structure.hpp"
#include "CConfig.hpp"

using namespace std;

Expand Down
2 changes: 1 addition & 1 deletion Common/include/geometry/CGeometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern "C" {
#include "dual_grid/CVertex.hpp"
#include "dual_grid/CTurboVertex.hpp"

#include "../config_structure.hpp"
#include "../CConfig.hpp"
#include "../geometry_structure_fem_part.hpp"
#include "../toolboxes/graph_toolbox.hpp"

Expand Down
2 changes: 1 addition & 1 deletion Common/include/geometry/dual_grid/CDualGrid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <cstdlib>
#include <vector>

#include "../../config_structure.hpp"
#include "../../CConfig.hpp"

/*!
* \class CDualGrid
Expand Down
2 changes: 1 addition & 1 deletion Common/include/geometry/meshreader/CMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <string.h>

#include "../../mpi_structure.hpp"
#include "../../config_structure.hpp"
#include "../../CConfig.hpp"

/*!
* \class CMeshReaderFVM
Expand Down
2 changes: 1 addition & 1 deletion Common/include/geometry/primal_grid/CPrimalGrid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <vector>
#include <cstdlib>

#include "../../config_structure.hpp"
#include "../../CConfig.hpp"


/*!
Expand Down
2 changes: 1 addition & 1 deletion Common/include/graph_coloring_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include "./mpi_structure.hpp"
#include "option_structure.hpp"
#include "config_structure.hpp"
#include "CConfig.hpp"
#include <cstring>

using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion Common/include/grid_adaptation_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <fstream>

#include "geometry/CPhysicalGeometry.hpp"
#include "config_structure.hpp"
#include "CConfig.hpp"

using namespace std;

Expand Down
2 changes: 1 addition & 1 deletion Common/include/grid_movement_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <ctime>

#include "geometry/CGeometry.hpp"
#include "config_structure.hpp"
#include "CConfig.hpp"
#include "linear_algebra/CSysMatrix.hpp"
#include "linear_algebra/CSysVector.hpp"
#include "linear_algebra/CSysSolve.hpp"
Expand Down
2 changes: 1 addition & 1 deletion Common/include/interpolation_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <limits>
#include <stdexcept>

#include "config_structure.hpp"
#include "CConfig.hpp"
#include "geometry/CGeometry.hpp"

using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion Common/include/linear_algebra/CMatrixVectorProduct.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#pragma once

#include "../config_structure.hpp"
#include "../CConfig.hpp"
#include "../geometry/CGeometry.hpp"
#include "CSysVector.hpp"
#include "CSysMatrix.hpp"
Expand Down
2 changes: 1 addition & 1 deletion Common/include/linear_algebra/CPreconditioner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#pragma once

#include "../config_structure.hpp"
#include "../CConfig.hpp"
#include "../geometry/CGeometry.hpp"
#include "CSysVector.hpp"
#include "CSysMatrix.hpp"
Expand Down
2 changes: 1 addition & 1 deletion Common/include/linear_algebra/CSysSolve_b.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#pragma once

#include "../config_structure.hpp"
#include "../CConfig.hpp"

#ifdef CODI_REVERSE_TYPE
template<class ScalarType>
Expand Down
Loading

0 comments on commit b51b8cb

Please sign in to comment.