mirror of https://github.com/CGAL/cgal
Hide warning message behind macro
This commit is contained in:
parent
9a7c6b4573
commit
35cc806d59
|
|
@ -136,8 +136,10 @@ public:
|
||||||
{
|
{
|
||||||
if(p_slice(cell, m_isovalue, values, corners, i_case))
|
if(p_slice(cell, m_isovalue, values, corners, i_case))
|
||||||
return;
|
return;
|
||||||
|
#ifdef CGAL_ISOSURFACING_3_MC_FUNCTORS_DEBUG
|
||||||
else
|
else
|
||||||
std::cerr << "WARNING: the result might not be topologically correct" << std::endl;
|
std::cerr << "WARNING: the result might not be topologically correct" << std::endl;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr int all_bits_set = (1 << (8 + 1)) - 1; // last 8 bits are 1
|
constexpr int all_bits_set = (1 << (8 + 1)) - 1; // last 8 bits are 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue