mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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
|
||||
{
|
||||
const MeshingParameters & mp;
|
||||
Mesh & mesh;
|
||||
const MeshingParameters & mp;
|
||||
OPTIMIZEGOAL goal = OPT_QUALITY;
|
||||
double min_badness = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user