Skip to content

Commit 4d51419

Browse files
committed
compiler fix
1 parent 9f5dff1 commit 4d51419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SU2_CFD/include/output/COutput.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@
4040
#include "../../../Common/include/option_structure.hpp"
4141

4242
/*--- AD workaround for a cmath function not defined in CoDi. ---*/
43-
namespace mel::internal {
43+
namespace mel {
44+
namespace internal {
4445
inline su2double hypot(const su2double& a, const su2double& b) {
4546
return sqrt(a*a + b*b);
4647
}
4748
}
49+
}
4850
#include "mel.hpp"
4951

5052
class CGeometry;

0 commit comments

Comments
 (0)