Ignore:
Timestamp:
07/17/17 21:18:32 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: working on bamg amr

File:
1 edited

Legend:

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

    r18064 r21802  
    55BamgOpts::BamgOpts(){/*{{{*/
    66
    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;
    2323
    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;
    2828
    29         this->hmin=0;
    30         this->hmax=0;
     29        this->hmin              = 0;
     30        this->hmax              = 0;
    3131        this->hminVertices=NULL; this->hminVerticesSize[0]=this->hminVerticesSize[1]=0;
    3232        this->hmaxVertices=NULL; this->hmaxVerticesSize[0]=this->hmaxVerticesSize[1]=0;
Note: See TracChangeset for help on using the changeset viewer.