Skip to content

Commit 9dd6ea1

Browse files
Merge branch 'develop' into feature_mixturedensity
2 parents 98c61f0 + c101e20 commit 9dd6ea1

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

SU2_CFD/include/numerics/turbulent/turb_sources.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*!
1+
/*!
22
* \file turb_sources.hpp
33
* \brief Numerics classes for integration of source terms in turbulence problems.
44
* \version 7.3.1 "Blackbird"
@@ -26,7 +26,7 @@
2626

2727
#pragma once
2828

29-
#include "../../../Common/include/toolboxes/geometry_toolbox.hpp"
29+
#include "../../../../Common/include/toolboxes/geometry_toolbox.hpp"
3030
#include "../scalar/scalar_sources.hpp"
3131

3232
/*!

SU2_IDE/Xcode/SU2_CFD.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
354903C12537E0290095B597 /* nonlinear_models.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3549032A2537E0280095B597 /* nonlinear_models.cpp */; };
156156
354903C22537E0290095B597 /* transition.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3549032B2537E0280095B597 /* transition.cpp */; };
157157
354903C32537E0290095B597 /* radiation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3549032C2537E0280095B597 /* radiation.cpp */; };
158-
354903C52537E0290095B597 /* turb_sources.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3549032F2537E0280095B597 /* turb_sources.cpp */; };
159158
354903C72537E0290095B597 /* heat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 354903312537E0280095B597 /* heat.cpp */; };
160159
354903C82537E0290095B597 /* adj_diffusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 354903332537E0280095B597 /* adj_diffusion.cpp */; };
161160
354903C92537E0290095B597 /* adj_sources.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 354903342537E0280095B597 /* adj_sources.cpp */; };
@@ -665,7 +664,6 @@
665664
3549032A2537E0280095B597 /* nonlinear_models.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = nonlinear_models.cpp; sourceTree = "<group>"; };
666665
3549032B2537E0280095B597 /* transition.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = transition.cpp; sourceTree = "<group>"; };
667666
3549032C2537E0280095B597 /* radiation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = radiation.cpp; sourceTree = "<group>"; };
668-
3549032F2537E0280095B597 /* turb_sources.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = turb_sources.cpp; sourceTree = "<group>"; };
669667
354903312537E0280095B597 /* heat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = heat.cpp; sourceTree = "<group>"; };
670668
354903332537E0280095B597 /* adj_diffusion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adj_diffusion.cpp; sourceTree = "<group>"; };
671669
354903342537E0280095B597 /* adj_sources.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adj_sources.cpp; sourceTree = "<group>"; };
@@ -1790,7 +1788,6 @@
17901788
357BEEE9256D71E100423D14 /* NEMO */,
17911789
40C6D199271F840E009B5531 /* scalar */,
17921790
401A905C27ACB42500CCF9B7 /* species */,
1793-
3549032D2537E0280095B597 /* turbulent */,
17941791
401A905E27ACB42500CCF9B7 /* CGradSmoothing.cpp */,
17951792
354903362537E0280095B597 /* CNumerics.cpp */,
17961793
354903312537E0280095B597 /* heat.cpp */,
@@ -1812,14 +1809,6 @@
18121809
path = elasticity;
18131810
sourceTree = "<group>";
18141811
};
1815-
3549032D2537E0280095B597 /* turbulent */ = {
1816-
isa = PBXGroup;
1817-
children = (
1818-
3549032F2537E0280095B597 /* turb_sources.cpp */,
1819-
);
1820-
path = turbulent;
1821-
sourceTree = "<group>";
1822-
};
18231812
354903322537E0280095B597 /* continuous_adjoint */ = {
18241813
isa = PBXGroup;
18251814
children = (
@@ -2474,7 +2463,6 @@
24742463
354901DA2537E0050095B597 /* CMMSIncNSSolution.cpp in Sources */,
24752464
354901D82537E0050095B597 /* CSymmetricMatrix.cpp in Sources */,
24762465
354903A32537E0290095B597 /* CTurbSolver.cpp in Sources */,
2477-
354903C52537E0290095B597 /* turb_sources.cpp in Sources */,
24782466
354903D52537E0290095B597 /* CTurbSSTVariable.cpp in Sources */,
24792467
3549020B2537E0050095B597 /* CTETRA1.cpp in Sources */,
24802468
354903C82537E0290095B597 /* adj_diffusion.cpp in Sources */,

0 commit comments

Comments
 (0)