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