mirror of https://github.com/CGAL/cgal
typename
This commit is contained in:
parent
a08388c4e3
commit
ba87b5c2e5
|
|
@ -388,7 +388,7 @@ bool write_PLY(std::ostream& os,
|
|||
{
|
||||
auto vnm = get_parameter(np, internal_np::vertex_normal_map);
|
||||
typedef decltype(vnm) Normal_map;
|
||||
typedef Kernel_traits<typename Normal_map::value_type>::Kernel::FT FloatDouble;
|
||||
typedef typename Kernel_traits<typename Normal_map::value_type>::Kernel::FT FloatDouble;
|
||||
if(std::is_same<FloatDouble, float>::value)
|
||||
{
|
||||
os << "property float nx" << std::endl
|
||||
|
|
|
|||
Loading…
Reference in New Issue