Changeset 12706 for issm/trunk/src/c/objects/DofIndexing.h
- Timestamp:
- 07/24/12 10:36:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/DofIndexing.h
r12330 r12706 34 34 35 35 36 /*DofIndexing constructors, destructors {{{ 1*/36 /*DofIndexing constructors, destructors {{{*/ 37 37 DofIndexing(); 38 38 DofIndexing(int g_size); … … 42 42 ~DofIndexing(); 43 43 /*}}}*/ 44 /*Object like functionality: {{{ 1*/44 /*Object like functionality: {{{*/ 45 45 void Echo(void); 46 46 void DeepEcho(void); 47 47 void copy(DofIndexing* properties); 48 48 /*}}}*/ 49 /*DofIndexing management: {{{ 1*/49 /*DofIndexing management: {{{*/ 50 50 DofIndexing* Spawn(int* indices, int numindices); 51 51 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.