mirror of https://github.com/CGAL/cgal
Fix namespace
This commit is contained in:
parent
c818c0ef28
commit
35fb2fd971
|
|
@ -33,6 +33,7 @@ void write_VTU(std::ostream& os,
|
|||
//!
|
||||
//! \param os the stream used for writing.
|
||||
//! \param tr the triangulated domain to be written.
|
||||
//! \param ipm the property map storing if a face is in the domain.
|
||||
//! \param mode decides if the data should be written in binary (`BINARY`)
|
||||
//! or in \ascii (`ASCII`).
|
||||
//!
|
||||
|
|
|
|||
|
|
@ -405,7 +405,7 @@ void write_VTU(std::ostream& os,
|
|||
const CDT& tr,
|
||||
Mode mode = BINARY)
|
||||
{
|
||||
internal::In_domain<CDT> in_domain;
|
||||
CGAL::internal::In_domain<CDT> in_domain;
|
||||
write_VTU(os, tr, in_domain, mode);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue