source: issm/trunk/src/m/enum/NumRequestedOutputsEnum.m@ 9113

Last change on this file since 9113 was 9113, checked in by Eric.Larour, 14 years ago

Fixed bug in nightly runs, dealing with requested_outputs, which were 0 sized in case
user did not request any.

File size: 402 bytes
Line 
1function macro=NumRequestedOutputsEnum()
2%NUMREQUESTEDOUTPUTSENUM - Enum of NumRequestedOutputs
3%
4% WARNING: DO NOT MODIFY THIS FILE
5% this file has been automatically generated by src/c/EnumDefinitions/Synchronize.sh
6% Please read src/c/EnumDefinitions/README for more information
7%
8% Usage:
9% macro=NumRequestedOutputsEnum()
10
11macro=StringToEnum('NumRequestedOutputs');
Note: See TracBrowser for help on using the repository browser.