Changeset 21864 for issm/trunk-jpl/src/c/bamg/BamgOpts.cpp
- Timestamp:
- 07/25/17 13:03:02 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/bamg/BamgOpts.cpp
r21838 r21864 11 11 this->gradation = 0; 12 12 this->Hessiantype = 0; 13 this->MaxCornerAngle = 0;14 13 this->maxnbv = 0; 15 14 this->maxsubdiv = 0; … … 19 18 this->omega = 0; 20 19 this->power = 0; 21 this->random = 0;22 20 this->verbose = 0; 23 21 24 22 this->Crack = 0; 25 this->geometricalmetric = 0;26 23 this->KeepVertices = 0; 27 24 this->splitcorners = 0; … … 68 65 if (this->Crack!=0 && this->Crack!=1) _error_("'Crack' supported options are 0 and 1"); 69 66 if (this->KeepVertices!=0 && this->KeepVertices!=1) _error_("'KeepVertices' supported options are 0 and 1"); 70 if (this->geometricalmetric!=0 && this->geometricalmetric!=1) _error_("'geometricalmetric' supported options are 0 and 1");71 67 72 68 if (this->hmin<=0) _error_("'hmin' option should be >0");
Note:
See TracChangeset
for help on using the changeset viewer.