diff --git a/dd/d47/namespacemath.html b/dd/d47/namespacemath.html index 7567eb517..7e22716bf 100644 --- a/dd/d47/namespacemath.html +++ b/dd/d47/namespacemath.html @@ -1246,9 +1246,9 @@ Here is the call graph for this function:
46
47 if (result == 0) {
48 return 1;
-
49 } else {
-
50 return 0;
-
51 }
+
49 }
+
50
+
51 return 0;
52}