source: issm/trunk-jpl/src/m/enum/WeightsSurfaceObservationEnum.m@ 16787

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

CHG: new Misfit output definition. Adapted ModelProcessorx and CreateOutputDefinitions accordingly.
Created enums that go with it. Also create misfit.m class to setup this specific output definition.

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