Added
Link Here
|
1 |
--- y4mdenoise/Region2D.hh.orig 2021-09-05 06:14:13 UTC |
2 |
+++ y4mdenoise/Region2D.hh |
3 |
@@ -404,6 +404,7 @@ Region2D<INDEX,SIZE>::~Region2D() |
4 |
|
5 |
|
6 |
|
7 |
+#if 0 |
8 |
// Add the given horizontal extent to the region. |
9 |
template <class INDEX, class SIZE> |
10 |
template <class REGION, class REGION_TEMP> |
11 |
@@ -480,6 +481,7 @@ error: |
12 |
PrintRegion (a_rTemp); |
13 |
assert (false); |
14 |
} |
15 |
+#endif |
16 |
|
17 |
|
18 |
|
19 |
@@ -513,6 +515,7 @@ Region2D<INDEX,SIZE>::Union (Status_t &a_reStatus, |
20 |
|
21 |
|
22 |
|
23 |
+#if 0 |
24 |
// Make the current region represent the union between itself |
25 |
// and the other given region. |
26 |
template <class INDEX, class SIZE> |
27 |
@@ -686,6 +689,7 @@ error: |
28 |
PrintRegion (a_rTemp); |
29 |
assert (false); |
30 |
} |
31 |
+#endif |
32 |
|
33 |
|
34 |
|