Ignore:
Timestamp:
07/24/12 10:36:19 (13 years ago)
Author:
Mathieu Morlighem
Message:

merged trunk-jpl and trunk for revision 12703

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/DofIndexing.h

    r12330 r12706  
    3434
    3535
    36                 /*DofIndexing constructors, destructors {{{1*/
     36                /*DofIndexing constructors, destructors {{{*/
    3737                DofIndexing();
    3838                DofIndexing(int g_size);
     
    4242                ~DofIndexing();
    4343                /*}}}*/
    44                 /*Object like functionality: {{{1*/
     44                /*Object like functionality: {{{*/
    4545                void  Echo(void);
    4646                void  DeepEcho(void);
    4747                void  copy(DofIndexing* properties);
    4848                /*}}}*/
    49                 /*DofIndexing management: {{{1*/
     49                /*DofIndexing management: {{{*/
    5050                DofIndexing* Spawn(int* indices, int numindices);
    5151                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.