Skip to content

Commit

Permalink
namespace to header file
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted committed May 17, 2022
1 parent d69b5a7 commit c439501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions SU2_CFD/include/numerics/CFileReaderLUT.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include "../../Common/include/parallelization/mpi_structure.hpp"

using namespace std;

class CFileReaderLUT {
protected:
Expand Down
2 changes: 0 additions & 2 deletions SU2_CFD/src/numerics/CFileReaderLUT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#include "../../Common/include/option_structure.hpp"
#include "../../Common/include/parallelization/mpi_structure.hpp"

using namespace std;

CFileReaderLUT::CFileReaderLUT() {}

void CFileReaderLUT::ReadRawDRG(string file_name) {
Expand Down

0 comments on commit c439501

Please sign in to comment.