diff --git a/libsrc/interface/rw_cgns.cpp b/libsrc/interface/rw_cgns.cpp index 096fbfdc..458036e9 100644 --- a/libsrc/interface/rw_cgns.cpp +++ b/libsrc/interface/rw_cgns.cpp @@ -8,7 +8,7 @@ namespace netgen::cg { - typedef ngcore::ClosedHashTable, size_t> PointTable; + typedef ngcore::ClosedHashTable, size_t> PointTable; int getDim(ElementType_t type) { @@ -416,7 +416,7 @@ namespace netgen::cg for(auto i : Range(nv)) { - ngcore::INT<3,size_t> hash = {*reinterpret_cast(&x[i]), *reinterpret_cast(&y[i]), *reinterpret_cast(&z[i])}; + ngcore::IVec<3,size_t> hash = {*reinterpret_cast(&x[i]), *reinterpret_cast(&y[i]), *reinterpret_cast(&z[i])}; size_t pi_ng; size_t pos; // check if this point is new