Skip to content

Commit cea9862

Browse files
committed
try moving the order of includes
1 parent 7beb367 commit cea9862

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SU2_CFD/include/output/filewriter/CCGNSFileWriter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class CCGNSFileWriter final : public CFileWriter {
7979
* \brief Write sorted data to file in CGNS file format.
8080
*/
8181
void Write_Data() override;
82-
82+
8383
private:
8484
#ifdef HAVE_CGNS
8585
/*!

SU2_CFD/src/output/COutput.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
* License along with SU2. If not, see <http://www.gnu.org/licenses/>.
2626
*/
2727

28+
#include "../../../Common/include/geometry/CGeometry.hpp"
29+
#include "../../include/solvers/CSolver.hpp"
30+
2831
#include "../../include/output/COutput.hpp"
2932
#include "../../include/output/filewriter/CFVMDataSorter.hpp"
3033
#include "../../include/output/filewriter/CFEMDataSorter.hpp"
@@ -44,9 +47,6 @@
4447
#include "../../include/output/filewriter/CSU2MeshFileWriter.hpp"
4548

4649

47-
#include "../../../Common/include/geometry/CGeometry.hpp"
48-
#include "../../include/solvers/CSolver.hpp"
49-
5050
COutput::COutput(const CConfig *config, unsigned short ndim, bool fem_output):
5151
rank(SU2_MPI::GetRank()),
5252
size(SU2_MPI::GetSize()),

0 commit comments

Comments
 (0)