This commit is contained in:
Andreas Fabri 2024-06-11 14:24:03 +01:00
parent a316b67548
commit 7ab9468594
1 changed files with 1 additions and 1 deletions

View File

@ -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