diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index 4aa3162e..d678cc75 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -1506,6 +1506,12 @@ namespace netgen auto mynv = numglob; archive & mynv; // numvertices; archive & *ident; + + if(archive.GetVersion("netgen") >= "v6.2.2103-1") + { + archive.NeedsVersion("netgen", "v6.2.2103-1"); + archive & vol_partition & surf_partition & seg_partition; + } archive.Shallow(geometry); archive & *curvedelems;