Ignore:
Timestamp:
06/04/12 16:40:38 (13 years ago)
Author:
Mathieu Morlighem
Message:

Do not number folds (folding is automated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Bamg/GeomVertex.cpp

    r5573 r12365  
    1414
    1515        /*Methods*/
    16         /*FUNCTION GeomVertex::Corner {{{1*/
     16        /*FUNCTION GeomVertex::Corner {{{*/
    1717        int  GeomVertex::Corner() const {
    1818                return type & 4;
    1919        }
    2020        /*}}}*/
    21         /*FUNCTION GeomVertex::Required {{{1*/
     21        /*FUNCTION GeomVertex::Required {{{*/
    2222        int  GeomVertex::Required()const {
    2323                // a corner is required
     
    2525        }
    2626        /*}}}*/
    27         /*FUNCTION GeomVertex::SetCorner {{{1*/
     27        /*FUNCTION GeomVertex::SetCorner {{{*/
    2828        void GeomVertex::SetCorner(){
    2929                type |= 4;
    3030        }
    3131        /*}}}*/
    32         /*FUNCTION GeomVertex::SetRequired {{{1*/
     32        /*FUNCTION GeomVertex::SetRequired {{{*/
    3333        void GeomVertex::SetRequired(){
    3434                type |= 2;
Note: See TracChangeset for help on using the changeset viewer.