mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Fix order of members in MeshOptimize3d
This commit is contained in:
parent
56f86b0fba
commit
4417b17d12
@ -12,8 +12,8 @@ extern double CalcTotalBad (const Mesh::T_POINTS & points,
|
|||||||
///
|
///
|
||||||
class MeshOptimize3d
|
class MeshOptimize3d
|
||||||
{
|
{
|
||||||
const MeshingParameters & mp;
|
|
||||||
Mesh & mesh;
|
Mesh & mesh;
|
||||||
|
const MeshingParameters & mp;
|
||||||
OPTIMIZEGOAL goal = OPT_QUALITY;
|
OPTIMIZEGOAL goal = OPT_QUALITY;
|
||||||
double min_badness = 0;
|
double min_badness = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user