mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
ShapeProperties::DoArchive()
This commit is contained in:
parent
f95332d0a1
commit
b63baa57be
@ -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;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user