We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5dff1 commit 4d51419Copy full SHA for 4d51419
1 file changed
SU2_CFD/include/output/COutput.hpp
@@ -40,11 +40,13 @@
40
#include "../../../Common/include/option_structure.hpp"
41
42
/*--- AD workaround for a cmath function not defined in CoDi. ---*/
43
-namespace mel::internal {
+namespace mel {
44
+namespace internal {
45
inline su2double hypot(const su2double& a, const su2double& b) {
46
return sqrt(a*a + b*b);
47
}
48
49
+}
50
#include "mel.hpp"
51
52
class CGeometry;
0 commit comments