Ignore:
Timestamp:
07/25/17 13:03:02 (8 years ago)
Author:
Mathieu Morlighem
Message:

NEW: no more random seed in bamg, no more MaxCornerAngle and geometrical metric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/bamg/BamgOpts.cpp

    r21838 r21864  
    1111        this->gradation         = 0;
    1212        this->Hessiantype       = 0;
    13         this->MaxCornerAngle    = 0;
    1413        this->maxnbv            = 0;
    1514        this->maxsubdiv         = 0;
     
    1918        this->omega             = 0;
    2019        this->power             = 0;
    21         this->random            = 0;
    2220        this->verbose           = 0;
    2321
    2422        this->Crack             = 0;
    25         this->geometricalmetric = 0;
    2623        this->KeepVertices      = 0;
    2724        this->splitcorners      = 0;
     
    6865        if (this->Crack!=0  && this->Crack!=1) _error_("'Crack' supported options are 0 and 1");
    6966        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");
    7167
    7268        if (this->hmin<=0) _error_("'hmin' option should be >0");
Note: See TracChangeset for help on using the changeset viewer.