source:
issm/trunk/src/m/shared/ElementEnum.m@
1297
Last change on this file since 1297 was 1297, checked in by , 16 years ago | |
---|---|
File size: 204 bytes |
Line | |
---|---|
1 | function macro=ElementEnum() |
2 | %ELEMENTENUM - Enum of Element |
3 | % |
4 | % to be synchronized with the corresponding C Enum |
5 | % located in src/c/EnumDefinitions |
6 | % |
7 | % Usage: |
8 | % macro=ElementEnum() |
9 | |
10 | macro=100; |
Note:
See TracBrowser
for help on using the repository browser.