ShapeProperties::DoArchive()

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-10 12:09:52 +01:00
parent f95332d0a1
commit b63baa57be

View File

@ -232,6 +232,11 @@ namespace netgen
if (prop2.col) col = prop2.col; if (prop2.col) col = prop2.col;
maxh = min2(maxh, prop2.maxh); maxh = min2(maxh, prop2.maxh);
} }
void DoArchive(Archive& ar)
{
ar & name & col & maxh & hpref;
}
}; };