Changeset 18237 for issm/trunk-jpl/src/c/classes/DofIndexing.h
- Timestamp:
- 07/11/14 11:33:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/DofIndexing.h
r15223 r18237 41 41 DofIndexing(DofIndexing* properties); 42 42 ~DofIndexing(); 43 DofIndexing operator=(const DofIndexing& in); 43 44 /*}}}*/ 44 45 /*Object like functionality: {{{*/ 45 46 void Echo(void); 46 47 void DeepEcho(void); 47 void copy( DofIndexing* properties);48 void copy(const DofIndexing& in); 48 49 /*}}}*/ 49 50 /*DofIndexing management: {{{*/
Note:
See TracChangeset
for help on using the changeset viewer.