Fix order of members in MeshOptimize3d

This commit is contained in:
Matthias Hochsteger 2024-03-01 20:35:31 +01:00
parent 56f86b0fba
commit 4417b17d12

View File

@ -12,8 +12,8 @@ extern double CalcTotalBad (const Mesh::T_POINTS & points,
///
class MeshOptimize3d
{
const MeshingParameters & mp;
Mesh & mesh;
const MeshingParameters & mp;
OPTIMIZEGOAL goal = OPT_QUALITY;
double min_badness = 0;