Changeset 21802 for issm/trunk-jpl/src/c/bamg/BamgOpts.cpp
- Timestamp:
- 07/17/17 21:18:32 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/bamg/BamgOpts.cpp
r18064 r21802 5 5 BamgOpts::BamgOpts(){/*{{{*/ 6 6 7 this->anisomax =0;8 this->cutoff =0;9 this->coeff =0;10 this->errg =0;11 this->gradation =0;12 this->Hessiantype =0;13 this->MaxCornerAngle =0;14 this->maxnbv =0;15 this->maxsubdiv =0;16 this->Metrictype =0;17 this->nbjacobi =0;18 this->nbsmooth =0;19 this->omega =0;20 this->power =0;21 this->random =0;22 this->verbose =0;7 this->anisomax = 0; 8 this->cutoff = 0; 9 this->coeff = 0; 10 this->errg = 0; 11 this->gradation = 0; 12 this->Hessiantype = 0; 13 this->MaxCornerAngle = 0; 14 this->maxnbv = 0; 15 this->maxsubdiv = 0; 16 this->Metrictype = 0; 17 this->nbjacobi = 0; 18 this->nbsmooth = 0; 19 this->omega = 0; 20 this->power = 0; 21 this->random = 0; 22 this->verbose = 0; 23 23 24 this->Crack =0;25 this->geometricalmetric =0;26 this->KeepVertices =0;27 this->splitcorners =0;24 this->Crack = 0; 25 this->geometricalmetric = 0; 26 this->KeepVertices = 0; 27 this->splitcorners = 0; 28 28 29 this->hmin =0;30 this->hmax =0;29 this->hmin = 0; 30 this->hmax = 0; 31 31 this->hminVertices=NULL; this->hminVerticesSize[0]=this->hminVerticesSize[1]=0; 32 32 this->hmaxVertices=NULL; this->hmaxVerticesSize[0]=this->hmaxVerticesSize[1]=0;
Note:
See TracChangeset
for help on using the changeset viewer.