Skip to content

Commit

Permalink
typename
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Jun 11, 2024
1 parent a316b67 commit 7ab9468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Surface_mesh/include/CGAL/Surface_mesh/IO/PLY.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ bool fill_simplex_specific_header(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
Expand Down

0 comments on commit 7ab9468

Please sign in to comment.