mirror of https://github.com/CGAL/cgal
Fix (copy/paste error)
This commit is contained in:
parent
83d5a268c8
commit
d6f1d70ebe
|
|
@ -133,7 +133,7 @@ public:
|
|||
neighbor_values.begin() + half_neighbor_count);
|
||||
median_sdf /= 2;
|
||||
}
|
||||
smoothed_values.push_back(total_sdf_value / total_weight);
|
||||
smoothed_values.push_back(median_sdf);
|
||||
}
|
||||
// put smoothed values back again to values pmap.
|
||||
std::size_t index = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue