Index: /issm/trunk/src/m/enum/AccumulationRateEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AccumulationRateEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/AccumulationRateEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ACCUMULATIONRATEENUM - Enum of AccumulationRate
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=AccumulationRateEnum()
 
-macro=112;
+macro=122;
Index: /issm/trunk/src/m/enum/AdjointAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AdjointAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/AdjointAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ADJOINTANALYSISENUM - Enum of AdjointAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=AdjointAnalysisEnum()
 
-macro=16;
+macro=18;
Index: /issm/trunk/src/m/enum/AdjointxEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AdjointxEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/AdjointxEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ADJOINTXENUM - Enum of Adjointx
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=AdjointxEnum()
 
-macro=125;
+macro=135;
Index: /issm/trunk/src/m/enum/AdjointyEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AdjointyEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/AdjointyEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ADJOINTYENUM - Enum of Adjointy
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=AdjointyEnum()
 
-macro=126;
+macro=136;
Index: /issm/trunk/src/m/enum/AdjointzEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AdjointzEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/AdjointzEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ADJOINTZENUM - Enum of Adjointz
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=AdjointzEnum()
 
-macro=127;
+macro=137;
Index: /issm/trunk/src/m/enum/AirEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AirEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/AirEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %AIRENUM - Enum of Air
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=AirEnum()
 
-macro=87;
+macro=97;
Index: /issm/trunk/src/m/enum/AnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/AnalysisEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %ANALYSISENUM - Enum of Analysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/AnalysisTypeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AnalysisTypeEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/AnalysisTypeEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=AnalysisTypeEnum()
+%ANALYSISTYPEENUM - Enum of AnalysisType
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=AnalysisTypeEnum()
+
+macro=10;
Index: /issm/trunk/src/m/enum/AnalysisTypeFromEnum.m
===================================================================
--- /issm/trunk/src/m/enum/AnalysisTypeFromEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/AnalysisTypeFromEnum.m	(revision 3711)
@@ -2,7 +2,7 @@
 %ANALYSISASENUM - get analysis type from Enum
 %
-%   file generated by src/c/SynchronizeMatlabEnum
-%   to be synchronized with the corresponding C Enum
-%   located in src/c/EnumDefinitions
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
@@ -124,4 +124,8 @@
 end
 
+if enum==QmuAnalysisEnum(),
+	string='qmu';
+end
+
 %check that an analysis type has been found for enum
 if strcmp(string,'not found'),
Index: /issm/trunk/src/m/enum/ArtDiffEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ArtDiffEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ArtDiffEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ArtDiffEnum()
+%ARTDIFFENUM - Enum of ArtDiff
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ArtDiffEnum()
+
+macro=157;
Index: /issm/trunk/src/m/enum/Balancedthickness2AnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/Balancedthickness2AnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/Balancedthickness2AnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BALANCEDTHICKNESS2ANALYSISENUM - Enum of Balancedthickness2Analysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=Balancedthickness2AnalysisEnum()
 
-macro=30;
+macro=32;
Index: /issm/trunk/src/m/enum/BalancedthicknessAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BalancedthicknessAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BalancedthicknessAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BALANCEDTHICKNESSANALYSISENUM - Enum of BalancedthicknessAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BalancedthicknessAnalysisEnum()
 
-macro=29;
+macro=31;
Index: /issm/trunk/src/m/enum/BalancedvelocitiesAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BalancedvelocitiesAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BalancedvelocitiesAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BALANCEDVELOCITIESANALYSISENUM - Enum of BalancedvelocitiesAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BalancedvelocitiesAnalysisEnum()
 
-macro=31;
+macro=33;
Index: /issm/trunk/src/m/enum/BeamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BeamEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BeamEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BEAMENUM - Enum of Beam
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BeamEnum()
 
-macro=50;
+macro=52;
Index: /issm/trunk/src/m/enum/BeamVertexInputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BeamVertexInputEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BeamVertexInputEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BEAMVERTEXINPUTENUM - Enum of BeamVertexInput
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BeamVertexInputEnum()
 
-macro=72;
+macro=73;
Index: /issm/trunk/src/m/enum/BedEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BedEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BedEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BEDENUM - Enum of Bed
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BedEnum()
 
-macro=104;
+macro=114;
Index: /issm/trunk/src/m/enum/BedSlopexEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BedSlopexEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BedSlopexEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BEDSLOPEXENUM - Enum of BedSlopex
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BedSlopexEnum()
 
-macro=121;
+macro=131;
Index: /issm/trunk/src/m/enum/BedSlopeyEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BedSlopeyEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BedSlopeyEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BEDSLOPEYENUM - Enum of BedSlopey
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BedSlopeyEnum()
 
-macro=122;
+macro=132;
Index: /issm/trunk/src/m/enum/BedXAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BedXAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BedXAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BEDXANALYSISENUM - Enum of BedXAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BedXAnalysisEnum()
 
-macro=25;
+macro=27;
Index: /issm/trunk/src/m/enum/BedYAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BedYAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BedYAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BEDYANALYSISENUM - Enum of BedYAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BedYAnalysisEnum()
 
-macro=26;
+macro=28;
Index: /issm/trunk/src/m/enum/BetaEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BetaEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/BetaEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=BetaEnum()
+%BETAENUM - Enum of Beta
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=BetaEnum()
+
+macro=187;
Index: /issm/trunk/src/m/enum/BoolInputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BoolInputEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/BoolInputEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %BOOLINPUTENUM - Enum of BoolInput
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=BoolInputEnum()
 
-macro=74;
+macro=75;
Index: /issm/trunk/src/m/enum/BoolParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BoolParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/BoolParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=BoolParamEnum()
+%BOOLPARAMENUM - Enum of BoolParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=BoolParamEnum()
+
+macro=79;
Index: /issm/trunk/src/m/enum/BoundaryEnum.m
===================================================================
--- /issm/trunk/src/m/enum/BoundaryEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/BoundaryEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=BoundaryEnum()
+%BOUNDARYENUM - Enum of Boundary
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=BoundaryEnum()
+
+macro=155;
Index: /issm/trunk/src/m/enum/CmGradientEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmGradientEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmGradientEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmGradientEnum()
+%CMGRADIENTENUM - Enum of CmGradient
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmGradientEnum()
+
+macro=208;
Index: /issm/trunk/src/m/enum/CmJumpEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmJumpEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmJumpEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmJumpEnum()
+%CMJUMPENUM - Enum of CmJump
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmJumpEnum()
+
+macro=209;
Index: /issm/trunk/src/m/enum/CmMaxDmpSlopeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmMaxDmpSlopeEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmMaxDmpSlopeEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmMaxDmpSlopeEnum()
+%CMMAXDMPSLOPEENUM - Enum of CmMaxDmpSlope
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmMaxDmpSlopeEnum()
+
+macro=162;
Index: /issm/trunk/src/m/enum/CmMaxDmpValueEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmMaxDmpValueEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmMaxDmpValueEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmMaxDmpValueEnum()
+%CMMAXDMPVALUEENUM - Enum of CmMaxDmpValue
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmMaxDmpValueEnum()
+
+macro=160;
Index: /issm/trunk/src/m/enum/CmMaxEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmMaxEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmMaxEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmMaxEnum()
+%CMMAXENUM - Enum of CmMax
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmMaxEnum()
+
+macro=207;
Index: /issm/trunk/src/m/enum/CmMinDmpSlopeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmMinDmpSlopeEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmMinDmpSlopeEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmMinDmpSlopeEnum()
+%CMMINDMPSLOPEENUM - Enum of CmMinDmpSlope
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmMinDmpSlopeEnum()
+
+macro=161;
Index: /issm/trunk/src/m/enum/CmMinDmpValueEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmMinDmpValueEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmMinDmpValueEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmMinDmpValueEnum()
+%CMMINDMPVALUEENUM - Enum of CmMinDmpValue
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmMinDmpValueEnum()
+
+macro=159;
Index: /issm/trunk/src/m/enum/CmMinEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmMinEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmMinEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmMinEnum()
+%CMMINENUM - Enum of CmMin
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmMinEnum()
+
+macro=206;
Index: /issm/trunk/src/m/enum/CmNoiseDmpEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CmNoiseDmpEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/CmNoiseDmpEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=CmNoiseDmpEnum()
+%CMNOISEDMPENUM - Enum of CmNoiseDmp
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=CmNoiseDmpEnum()
+
+macro=158;
Index: /issm/trunk/src/m/enum/CollapseEnum.m
===================================================================
--- /issm/trunk/src/m/enum/CollapseEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/CollapseEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %COLLAPSEENUM - Enum of Collapse
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=CollapseEnum()
 
-macro=128;
+macro=138;
Index: /issm/trunk/src/m/enum/ConnectivityEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ConnectivityEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ConnectivityEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ConnectivityEnum()
+%CONNECTIVITYENUM - Enum of Connectivity
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ConnectivityEnum()
+
+macro=186;
Index: /issm/trunk/src/m/enum/ConstantEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ConstantEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ConstantEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ConstantEnum()
+%CONSTANTENUM - Enum of Constant
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ConstantEnum()
+
+macro=170;
Index: /issm/trunk/src/m/enum/ConstraintsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ConstraintsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ConstraintsEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %CONSTRAINTSENUM - Enum of Constraints
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/ControlAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ControlAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ControlAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %CONTROLANALYSISENUM - Enum of ControlAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ControlAnalysisEnum()
 
-macro=15;
+macro=17;
Index: /issm/trunk/src/m/enum/ControlParameterEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ControlParameterEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ControlParameterEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ControlParameterEnum()
+%CONTROLPARAMETERENUM - Enum of ControlParameter
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ControlParameterEnum()
+
+macro=212;
Index: /issm/trunk/src/m/enum/ControlSteadyEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ControlSteadyEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ControlSteadyEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ControlSteadyEnum()
+%CONTROLSTEADYENUM - Enum of ControlSteady
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ControlSteadyEnum()
+
+macro=204;
Index: /issm/trunk/src/m/enum/ControlTypeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ControlTypeEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ControlTypeEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ControlTypeEnum()
+%CONTROLTYPEENUM - Enum of ControlType
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ControlTypeEnum()
+
+macro=163;
Index: /issm/trunk/src/m/enum/ConvergedEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ConvergedEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ConvergedEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %CONVERGEDENUM - Enum of Converged
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ConvergedEnum()
 
-macro=140;
+macro=150;
Index: /issm/trunk/src/m/enum/DakotaParameterEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DakotaParameterEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/DakotaParameterEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=DakotaParameterEnum()
+%DAKOTAPARAMETERENUM - Enum of DakotaParameter
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=DakotaParameterEnum()
+
+macro=221;
Index: /issm/trunk/src/m/enum/DatasetsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DatasetsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DatasetsEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %DATASETSENUM - Enum of Datasets
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/DhDtEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DhDtEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DhDtEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DHDTENUM - Enum of DhDt
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DhDtEnum()
 
-macro=101;
+macro=111;
Index: /issm/trunk/src/m/enum/DiagnosticAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DiagnosticAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DiagnosticAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DIAGNOSTICANALYSISENUM - Enum of DiagnosticAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DiagnosticAnalysisEnum()
 
-macro=10;
+macro=12;
Index: /issm/trunk/src/m/enum/DimEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DimEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/DimEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=DimEnum()
+%DIMENUM - Enum of Dim
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=DimEnum()
+
+macro=172;
Index: /issm/trunk/src/m/enum/DofIndexingEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DofIndexingEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DofIndexingEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DOFINDEXINGENUM - Enum of DofIndexing
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DofIndexingEnum()
 
-macro=52;
+macro=54;
Index: /issm/trunk/src/m/enum/DofVecEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DofVecEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DofVecEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DOFVECENUM - Enum of DofVec
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DofVecEnum()
 
-macro=81;
+macro=91;
Index: /issm/trunk/src/m/enum/DoubleInputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DoubleInputEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DoubleInputEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DOUBLEINPUTENUM - Enum of DoubleInput
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DoubleInputEnum()
 
-macro=76;
+macro=77;
Index: /issm/trunk/src/m/enum/DoubleMatParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DoubleMatParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/DoubleMatParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=DoubleMatParamEnum()
+%DOUBLEMATPARAMENUM - Enum of DoubleMatParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=DoubleMatParamEnum()
+
+macro=84;
Index: /issm/trunk/src/m/enum/DoubleParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DoubleParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/DoubleParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=DoubleParamEnum()
+%DOUBLEPARAMENUM - Enum of DoubleParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=DoubleParamEnum()
+
+macro=81;
Index: /issm/trunk/src/m/enum/DoubleVecParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DoubleVecParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/DoubleVecParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=DoubleVecParamEnum()
+%DOUBLEVECPARAMENUM - Enum of DoubleVecParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=DoubleVecParamEnum()
+
+macro=85;
Index: /issm/trunk/src/m/enum/DragCoefficientEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DragCoefficientEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DragCoefficientEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DRAGCOEFFICIENTENUM - Enum of DragCoefficient
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DragCoefficientEnum()
 
-macro=105;
+macro=115;
Index: /issm/trunk/src/m/enum/DragPEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DragPEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DragPEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DRAGPENUM - Enum of DragP
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DragPEnum()
 
-macro=106;
+macro=116;
Index: /issm/trunk/src/m/enum/DragQEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DragQEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DragQEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DRAGQENUM - Enum of DragQ
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DragQEnum()
 
-macro=107;
+macro=117;
Index: /issm/trunk/src/m/enum/DragTypeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DragTypeEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/DragTypeEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %DRAGTYPEENUM - Enum of DragType
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=DragTypeEnum()
 
-macro=108;
+macro=118;
Index: /issm/trunk/src/m/enum/DtEnum.m
===================================================================
--- /issm/trunk/src/m/enum/DtEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/DtEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=DtEnum()
+%DTENUM - Enum of Dt
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=DtEnum()
+
+macro=156;
Index: /issm/trunk/src/m/enum/ElementEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ElementEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ElementEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ELEMENTENUM - Enum of Element
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ElementEnum()
 
-macro=45;
+macro=47;
Index: /issm/trunk/src/m/enum/ElementOnBedEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ElementOnBedEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ElementOnBedEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ELEMENTONBEDENUM - Enum of ElementOnBed
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ElementOnBedEnum()
 
-macro=115;
+macro=125;
Index: /issm/trunk/src/m/enum/ElementOnIceShelfEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ElementOnIceShelfEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ElementOnIceShelfEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ELEMENTONICESHELFENUM - Enum of ElementOnIceShelf
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ElementOnIceShelfEnum()
 
-macro=114;
+macro=124;
Index: /issm/trunk/src/m/enum/ElementOnSurfaceEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ElementOnSurfaceEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ElementOnSurfaceEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ELEMENTONSURFACEENUM - Enum of ElementOnSurface
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ElementOnSurfaceEnum()
 
-macro=117;
+macro=127;
Index: /issm/trunk/src/m/enum/ElementOnWaterEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ElementOnWaterEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ElementOnWaterEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ELEMENTONWATERENUM - Enum of ElementOnWater
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ElementOnWaterEnum()
 
-macro=116;
+macro=126;
Index: /issm/trunk/src/m/enum/ElementPropertiesEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ElementPropertiesEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ElementPropertiesEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ELEMENTPROPERTIESENUM - Enum of ElementProperties
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ElementPropertiesEnum()
 
-macro=47;
+macro=49;
Index: /issm/trunk/src/m/enum/ElementsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ElementsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ElementsEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %ELEMENTSENUM - Enum of Elements
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/EpsAbsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/EpsAbsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/EpsAbsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=EpsAbsEnum()
+%EPSABSENUM - Enum of EpsAbs
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=EpsAbsEnum()
+
+macro=179;
Index: /issm/trunk/src/m/enum/EpsCmEnum.m
===================================================================
--- /issm/trunk/src/m/enum/EpsCmEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/EpsCmEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=EpsCmEnum()
+%EPSCMENUM - Enum of EpsCm
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=EpsCmEnum()
+
+macro=180;
Index: /issm/trunk/src/m/enum/EpsRelEnum.m
===================================================================
--- /issm/trunk/src/m/enum/EpsRelEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/EpsRelEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=EpsRelEnum()
+%EPSRELENUM - Enum of EpsRel
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=EpsRelEnum()
+
+macro=178;
Index: /issm/trunk/src/m/enum/EpsResEnum.m
===================================================================
--- /issm/trunk/src/m/enum/EpsResEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/EpsResEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=EpsResEnum()
+%EPSRESENUM - Enum of EpsRes
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=EpsResEnum()
+
+macro=177;
Index: /issm/trunk/src/m/enum/EpsVelEnum.m
===================================================================
--- /issm/trunk/src/m/enum/EpsVelEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/EpsVelEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=EpsVelEnum()
+%EPSVELENUM - Enum of EpsVel
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=EpsVelEnum()
+
+macro=166;
Index: /issm/trunk/src/m/enum/ExtrudeParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ExtrudeParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ExtrudeParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ExtrudeParamEnum()
+%EXTRUDEPARAMENUM - Enum of ExtrudeParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ExtrudeParamEnum()
+
+macro=203;
Index: /issm/trunk/src/m/enum/FillEnum.m
===================================================================
--- /issm/trunk/src/m/enum/FillEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/FillEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=FillEnum()
+%FILLENUM - Enum of Fill
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=FillEnum()
+
+macro=152;
Index: /issm/trunk/src/m/enum/FitEnum.m
===================================================================
--- /issm/trunk/src/m/enum/FitEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/FitEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %FITENUM - Enum of Fit
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=FitEnum()
 
-macro=124;
+macro=134;
Index: /issm/trunk/src/m/enum/FormulationEnum.m
===================================================================
--- /issm/trunk/src/m/enum/FormulationEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/FormulationEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %FORMULATIONENUM - Enum of Formulation
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=FormulationEnum()
 
-macro=37;
+macro=39;
Index: /issm/trunk/src/m/enum/FractionIncrementEnum.m
===================================================================
--- /issm/trunk/src/m/enum/FractionIncrementEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/FractionIncrementEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %FRACTIONINCREMENTENUM - Enum of FractionIncrement
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=FractionIncrementEnum()
 
-macro=139;
+macro=149;
Index: /issm/trunk/src/m/enum/FrictionEnum.m
===================================================================
--- /issm/trunk/src/m/enum/FrictionEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/FrictionEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %FRICTIONENUM - Enum of Friction
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=FrictionEnum()
 
-macro=138;
+macro=148;
Index: /issm/trunk/src/m/enum/GeographyEnum.m
===================================================================
--- /issm/trunk/src/m/enum/GeographyEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/GeographyEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %GEOGRAPHYENUM - Enum of Geography
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=GeographyEnum()
 
-macro=82;
+macro=92;
Index: /issm/trunk/src/m/enum/GeothermalFluxEnum.m
===================================================================
--- /issm/trunk/src/m/enum/GeothermalFluxEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/GeothermalFluxEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %GEOTHERMALFLUXENUM - Enum of GeothermalFlux
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=GeothermalFluxEnum()
 
-macro=113;
+macro=123;
Index: /issm/trunk/src/m/enum/GradientAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/GradientAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/GradientAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %GRADIENTANALYSISENUM - Enum of GradientAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=GradientAnalysisEnum()
 
-macro=18;
+macro=20;
Index: /issm/trunk/src/m/enum/HeatCapacityEnum.m
===================================================================
--- /issm/trunk/src/m/enum/HeatCapacityEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/HeatCapacityEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=HeatCapacityEnum()
+%HEATCAPACITYENUM - Enum of HeatCapacity
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=HeatCapacityEnum()
+
+macro=190;
Index: /issm/trunk/src/m/enum/HookEnum.m
===================================================================
--- /issm/trunk/src/m/enum/HookEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/HookEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %HOOKENUM - Enum of Hook
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=HookEnum()
 
-macro=44;
+macro=46;
Index: /issm/trunk/src/m/enum/HorizAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/HorizAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/HorizAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %HORIZANALYSISENUM - Enum of HorizAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=HorizAnalysisEnum()
 
-macro=11;
+macro=13;
Index: /issm/trunk/src/m/enum/HutterAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/HutterAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/HutterAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %HUTTERANALYSISENUM - Enum of HutterAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=HutterAnalysisEnum()
 
-macro=13;
+macro=15;
Index: /issm/trunk/src/m/enum/HutterFormulationEnum.m
===================================================================
--- /issm/trunk/src/m/enum/HutterFormulationEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/HutterFormulationEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %HUTTERFORMULATIONENUM - Enum of HutterFormulation
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=HutterFormulationEnum()
 
-macro=39;
+macro=41;
Index: /issm/trunk/src/m/enum/IceEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IceEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/IceEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ICEENUM - Enum of Ice
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=IceEnum()
 
-macro=86;
+macro=96;
Index: /issm/trunk/src/m/enum/IceSheetEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IceSheetEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/IceSheetEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ICESHEETENUM - Enum of IceSheet
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=IceSheetEnum()
 
-macro=83;
+macro=93;
Index: /issm/trunk/src/m/enum/IceShelfEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IceShelfEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/IceShelfEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ICESHELFENUM - Enum of IceShelf
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=IceShelfEnum()
 
-macro=84;
+macro=94;
Index: /issm/trunk/src/m/enum/IcefrontEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IcefrontEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/IcefrontEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %ICEFRONTENUM - Enum of Icefront
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=IcefrontEnum()
 
-macro=56;
+macro=58;
Index: /issm/trunk/src/m/enum/InputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/InputEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/InputEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %INPUTENUM - Enum of Input
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=InputEnum()
 
-macro=69;
+macro=70;
Index: /issm/trunk/src/m/enum/IntInputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IntInputEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/IntInputEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %INTINPUTENUM - Enum of IntInput
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=IntInputEnum()
 
-macro=75;
+macro=76;
Index: /issm/trunk/src/m/enum/IntParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IntParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/IntParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=IntParamEnum()
+%INTPARAMENUM - Enum of IntParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=IntParamEnum()
+
+macro=80;
Index: /issm/trunk/src/m/enum/InternalEnum.m
===================================================================
--- /issm/trunk/src/m/enum/InternalEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/InternalEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=InternalEnum()
+%INTERNALENUM - Enum of Internal
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=InternalEnum()
+
+macro=153;
Index: /issm/trunk/src/m/enum/InverseAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/InverseAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/InverseAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %INVERSEANALYSISENUM - Enum of InverseAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=InverseAnalysisEnum()
 
-macro=17;
+macro=19;
Index: /issm/trunk/src/m/enum/IsHutterEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IsHutterEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/IsHutterEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=IsHutterEnum()
+%ISHUTTERENUM - Enum of IsHutter
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=IsHutterEnum()
+
+macro=173;
Index: /issm/trunk/src/m/enum/IsMacAyealPattynEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IsMacAyealPattynEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/IsMacAyealPattynEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=IsMacAyealPattynEnum()
+%ISMACAYEALPATTYNENUM - Enum of IsMacAyealPattyn
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=IsMacAyealPattynEnum()
+
+macro=174;
Index: /issm/trunk/src/m/enum/IsStokesEnum.m
===================================================================
--- /issm/trunk/src/m/enum/IsStokesEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/IsStokesEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=IsStokesEnum()
+%ISSTOKESENUM - Enum of IsStokes
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=IsStokesEnum()
+
+macro=175;
Index: /issm/trunk/src/m/enum/LatentHeatEnum.m
===================================================================
--- /issm/trunk/src/m/enum/LatentHeatEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/LatentHeatEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=LatentHeatEnum()
+%LATENTHEATENUM - Enum of LatentHeat
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=LatentHeatEnum()
+
+macro=189;
Index: /issm/trunk/src/m/enum/LoadEnum.m
===================================================================
--- /issm/trunk/src/m/enum/LoadEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/LoadEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %LOADENUM - Enum of Load
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=LoadEnum()
 
-macro=55;
+macro=57;
Index: /issm/trunk/src/m/enum/LoadsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/LoadsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/LoadsEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %LOADSENUM - Enum of Loads
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/LowmemEnum.m
===================================================================
--- /issm/trunk/src/m/enum/LowmemEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/LowmemEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=LowmemEnum()
+%LOWMEMENUM - Enum of Lowmem
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=LowmemEnum()
+
+macro=185;
Index: /issm/trunk/src/m/enum/MacAyealFormulationEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MacAyealFormulationEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MacAyealFormulationEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MACAYEALFORMULATIONENUM - Enum of MacAyealFormulation
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=MacAyealFormulationEnum()
 
-macro=40;
+macro=42;
Index: /issm/trunk/src/m/enum/MaterialEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MaterialEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MaterialEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MATERIALENUM - Enum of Material
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=MaterialEnum()
 
-macro=65;
+macro=67;
Index: /issm/trunk/src/m/enum/MaterialsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MaterialsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MaterialsEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %MATERIALSENUM - Enum of Materials
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/MaticeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MaticeEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MaticeEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MATICEENUM - Enum of Matice
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=MaticeEnum()
 
-macro=66;
+macro=68;
Index: /issm/trunk/src/m/enum/MatparEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MatparEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MatparEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MATPARENUM - Enum of Matpar
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=MatparEnum()
 
-macro=67;
+macro=69;
Index: /issm/trunk/src/m/enum/MaxIterEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MaxIterEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/MaxIterEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=MaxIterEnum()
+%MAXITERENUM - Enum of MaxIter
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=MaxIterEnum()
+
+macro=211;
Index: /issm/trunk/src/m/enum/MaxNonlinearIterationsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MaxNonlinearIterationsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/MaxNonlinearIterationsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=MaxNonlinearIterationsEnum()
+%MAXNONLINEARITERATIONSENUM - Enum of MaxNonlinearIterations
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=MaxNonlinearIterationsEnum()
+
+macro=181;
Index: /issm/trunk/src/m/enum/MaxPenetrationEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MaxPenetrationEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/MaxPenetrationEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=MaxPenetrationEnum()
+%MAXPENETRATIONENUM - Enum of MaxPenetration
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=MaxPenetrationEnum()
+
+macro=154;
Index: /issm/trunk/src/m/enum/MeanVelEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MeanVelEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/MeanVelEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=MeanVelEnum()
+%MEANVELENUM - Enum of MeanVel
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=MeanVelEnum()
+
+macro=165;
Index: /issm/trunk/src/m/enum/MelangeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MelangeEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MelangeEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MELANGEENUM - Enum of Melange
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=MelangeEnum()
 
-macro=88;
+macro=98;
Index: /issm/trunk/src/m/enum/MeltingAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MeltingAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MeltingAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MELTINGANALYSISENUM - Enum of MeltingAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=MeltingAnalysisEnum()
 
-macro=32;
+macro=34;
Index: /issm/trunk/src/m/enum/MeltingOffsetEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MeltingOffsetEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MeltingOffsetEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MELTINGOFFSETENUM - Enum of MeltingOffset
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=MeltingOffsetEnum()
 
-macro=136;
+macro=146;
Index: /issm/trunk/src/m/enum/MeltingPointEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MeltingPointEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/MeltingPointEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=MeltingPointEnum()
+%MELTINGPOINTENUM - Enum of MeltingPoint
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=MeltingPointEnum()
+
+macro=188;
Index: /issm/trunk/src/m/enum/MeltingRateEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MeltingRateEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/MeltingRateEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MELTINGRATEENUM - Enum of MeltingRate
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=MeltingRateEnum()
 
-macro=111;
+macro=121;
Index: /issm/trunk/src/m/enum/Mesh2gridAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/Mesh2gridAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/Mesh2gridAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %MESH2GRIDANALYSISENUM - Enum of Mesh2gridAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=Mesh2gridAnalysisEnum()
 
-macro=33;
+macro=35;
Index: /issm/trunk/src/m/enum/MinMechanicalConstraintsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MinMechanicalConstraintsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/MinMechanicalConstraintsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=MinMechanicalConstraintsEnum()
+%MINMECHANICALCONSTRAINTSENUM - Enum of MinMechanicalConstraints
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=MinMechanicalConstraintsEnum()
+
+macro=193;
Index: /issm/trunk/src/m/enum/MinThermalConstraintsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/MinThermalConstraintsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/MinThermalConstraintsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=MinThermalConstraintsEnum()
+%MINTHERMALCONSTRAINTSENUM - Enum of MinThermalConstraints
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=MinThermalConstraintsEnum()
+
+macro=192;
Index: /issm/trunk/src/m/enum/NdtEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NdtEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/NdtEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=NdtEnum()
+%NDTENUM - Enum of Ndt
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=NdtEnum()
+
+macro=183;
Index: /issm/trunk/src/m/enum/NodeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NodeEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NodeEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NODEENUM - Enum of Node
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NodeEnum()
 
-macro=53;
+macro=55;
Index: /issm/trunk/src/m/enum/NodeOnBedEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NodeOnBedEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NodeOnBedEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NODEONBEDENUM - Enum of NodeOnBed
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NodeOnBedEnum()
 
-macro=131;
+macro=141;
Index: /issm/trunk/src/m/enum/NodeOnIceSheetEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NodeOnIceSheetEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NodeOnIceSheetEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NODEONICESHEETENUM - Enum of NodeOnIceSheet
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NodeOnIceSheetEnum()
 
-macro=134;
+macro=144;
Index: /issm/trunk/src/m/enum/NodeOnIceShelfEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NodeOnIceShelfEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NodeOnIceShelfEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NODEONICESHELFENUM - Enum of NodeOnIceShelf
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NodeOnIceShelfEnum()
 
-macro=133;
+macro=143;
Index: /issm/trunk/src/m/enum/NodeOnSurfaceEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NodeOnSurfaceEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NodeOnSurfaceEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NODEONSURFACEENUM - Enum of NodeOnSurface
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NodeOnSurfaceEnum()
 
-macro=132;
+macro=142;
Index: /issm/trunk/src/m/enum/NodePropertiesEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NodePropertiesEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NodePropertiesEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NODEPROPERTIESENUM - Enum of NodeProperties
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NodePropertiesEnum()
 
-macro=48;
+macro=50;
Index: /issm/trunk/src/m/enum/NodesEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NodesEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NodesEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %NODESENUM - Enum of Nodes
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/NoneAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NoneAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NoneAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NONEANALYSISENUM - Enum of NoneAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NoneAnalysisEnum()
 
-macro=36;
+macro=38;
Index: /issm/trunk/src/m/enum/NoneFormulationEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NoneFormulationEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NoneFormulationEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NONEFORMULATIONENUM - Enum of NoneFormulation
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NoneFormulationEnum()
 
-macro=38;
+macro=40;
Index: /issm/trunk/src/m/enum/NumOutputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NumOutputEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/NumOutputEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=NumOutputEnum()
+%NUMOUTPUTENUM - Enum of NumOutput
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=NumOutputEnum()
+
+macro=201;
Index: /issm/trunk/src/m/enum/NumRiftsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NumRiftsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/NumRiftsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=NumRiftsEnum()
+%NUMRIFTSENUM - Enum of NumRifts
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=NumRiftsEnum()
+
+macro=200;
Index: /issm/trunk/src/m/enum/NumberOfDofsPerNodeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NumberOfDofsPerNodeEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/NumberOfDofsPerNodeEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=NumberOfDofsPerNodeEnum()
+%NUMBEROFDOFSPERNODEENUM - Enum of NumberOfDofsPerNode
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=NumberOfDofsPerNodeEnum()
+
+macro=199;
Index: /issm/trunk/src/m/enum/NumberOfElementsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NumberOfElementsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/NumberOfElementsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=NumberOfElementsEnum()
+%NUMBEROFELEMENTSENUM - Enum of NumberOfElements
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=NumberOfElementsEnum()
+
+macro=198;
Index: /issm/trunk/src/m/enum/NumberOfNodesEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NumberOfNodesEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/NumberOfNodesEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=NumberOfNodesEnum()
+%NUMBEROFNODESENUM - Enum of NumberOfNodes
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=NumberOfNodesEnum()
+
+macro=197;
Index: /issm/trunk/src/m/enum/NumberOfVerticesEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NumberOfVerticesEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/NumberOfVerticesEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=NumberOfVerticesEnum()
+%NUMBEROFVERTICESENUM - Enum of NumberOfVertices
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=NumberOfVerticesEnum()
+
+macro=196;
Index: /issm/trunk/src/m/enum/NumericalfluxEnum.m
===================================================================
--- /issm/trunk/src/m/enum/NumericalfluxEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/NumericalfluxEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %NUMERICALFLUXENUM - Enum of Numericalflux
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=NumericalfluxEnum()
 
-macro=64;
+macro=66;
Index: /issm/trunk/src/m/enum/ObjectEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ObjectEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ObjectEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %OBJECTENUM - Enum of Object
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ObjectEnum()
 
-macro=43;
+macro=45;
Index: /issm/trunk/src/m/enum/OptScalEnum.m
===================================================================
--- /issm/trunk/src/m/enum/OptScalEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/OptScalEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=OptScalEnum()
+%OPTSCALENUM - Enum of OptScal
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=OptScalEnum()
+
+macro=210;
Index: /issm/trunk/src/m/enum/OutputFileNameEnum.m
===================================================================
--- /issm/trunk/src/m/enum/OutputFileNameEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/OutputFileNameEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=OutputFileNameEnum()
+%OUTPUTFILENAMEENUM - Enum of OutputFileName
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=OutputFileNameEnum()
+
+macro=171;
Index: /issm/trunk/src/m/enum/ParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ParamEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ParamEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PARAMENUM - Enum of Param
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ParamEnum()
 
-macro=77;
+macro=78;
Index: /issm/trunk/src/m/enum/ParameterOutputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ParameterOutputEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ParameterOutputEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ParameterOutputEnum()
+%PARAMETEROUTPUTENUM - Enum of ParameterOutput
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ParameterOutputEnum()
+
+macro=202;
Index: /issm/trunk/src/m/enum/ParametersAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ParametersAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ParametersAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PARAMETERSANALYSISENUM - Enum of ParametersAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ParametersAnalysisEnum()
 
-macro=34;
+macro=36;
Index: /issm/trunk/src/m/enum/ParametersEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ParametersEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ParametersEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %PARAMETERSENUM - Enum of Parameters
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/PattynFormulationEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PattynFormulationEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/PattynFormulationEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PATTYNFORMULATIONENUM - Enum of PattynFormulation
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=PattynFormulationEnum()
 
-macro=41;
+macro=43;
Index: /issm/trunk/src/m/enum/PenaltyMeltingEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PenaltyMeltingEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/PenaltyMeltingEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=PenaltyMeltingEnum()
+%PENALTYMELTINGENUM - Enum of PenaltyMelting
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=PenaltyMeltingEnum()
+
+macro=191;
Index: /issm/trunk/src/m/enum/PenaltyOffsetEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PenaltyOffsetEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/PenaltyOffsetEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=PenaltyOffsetEnum()
+%PENALTYOFFSETENUM - Enum of PenaltyOffset
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=PenaltyOffsetEnum()
+
+macro=169;
Index: /issm/trunk/src/m/enum/PengridEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PengridEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/PengridEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PENGRIDENUM - Enum of Pengrid
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=PengridEnum()
 
-macro=63;
+macro=65;
Index: /issm/trunk/src/m/enum/PenpairEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PenpairEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/PenpairEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PENPAIRENUM - Enum of Penpair
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=PenpairEnum()
 
-macro=62;
+macro=64;
Index: /issm/trunk/src/m/enum/PentaEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PentaEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/PentaEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PENTAENUM - Enum of Penta
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=PentaEnum()
 
-macro=49;
+macro=51;
Index: /issm/trunk/src/m/enum/PentaVertexInputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PentaVertexInputEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/PentaVertexInputEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PENTAVERTEXINPUTENUM - Enum of PentaVertexInput
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=PentaVertexInputEnum()
 
-macro=73;
+macro=74;
Index: /issm/trunk/src/m/enum/PetscMatParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PetscMatParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/PetscMatParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=PetscMatParamEnum()
+%PETSCMATPARAMENUM - Enum of PetscMatParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=PetscMatParamEnum()
+
+macro=82;
Index: /issm/trunk/src/m/enum/PetscVecParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PetscVecParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/PetscVecParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=PetscVecParamEnum()
+%PETSCVECPARAMENUM - Enum of PetscVecParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=PetscVecParamEnum()
+
+macro=83;
Index: /issm/trunk/src/m/enum/PressureEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PressureEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/PressureEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PRESSUREENUM - Enum of Pressure
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=PressureEnum()
 
-macro=130;
+macro=140;
Index: /issm/trunk/src/m/enum/Prognostic2AnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/Prognostic2AnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/Prognostic2AnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PROGNOSTIC2ANALYSISENUM - Enum of Prognostic2Analysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=Prognostic2AnalysisEnum()
 
-macro=28;
+macro=30;
Index: /issm/trunk/src/m/enum/PrognosticAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/PrognosticAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/PrognosticAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %PROGNOSTICANALYSISENUM - Enum of PrognosticAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=PrognosticAnalysisEnum()
 
-macro=27;
+macro=29;
Index: /issm/trunk/src/m/enum/QmuAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/QmuAnalysisEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/QmuAnalysisEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=QmuAnalysisEnum()
+%QMUANALYSISENUM - Enum of QmuAnalysis
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=QmuAnalysisEnum()
+
+macro=213;
Index: /issm/trunk/src/m/enum/QmuErrNameEnum.m
===================================================================
--- /issm/trunk/src/m/enum/QmuErrNameEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/QmuErrNameEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=QmuErrNameEnum()
+%QMUERRNAMEENUM - Enum of QmuErrName
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=QmuErrNameEnum()
+
+macro=216;
Index: /issm/trunk/src/m/enum/QmuInNameEnum.m
===================================================================
--- /issm/trunk/src/m/enum/QmuInNameEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/QmuInNameEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=QmuInNameEnum()
+%QMUINNAMEENUM - Enum of QmuInName
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=QmuInNameEnum()
+
+macro=214;
Index: /issm/trunk/src/m/enum/QmuNPartEnum.m
===================================================================
--- /issm/trunk/src/m/enum/QmuNPartEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/QmuNPartEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=QmuNPartEnum()
+%QMUNPARTENUM - Enum of QmuNPart
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=QmuNPartEnum()
+
+macro=217;
Index: /issm/trunk/src/m/enum/QmuOutNameEnum.m
===================================================================
--- /issm/trunk/src/m/enum/QmuOutNameEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/QmuOutNameEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=QmuOutNameEnum()
+%QMUOUTNAMEENUM - Enum of QmuOutName
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=QmuOutNameEnum()
+
+macro=215;
Index: /issm/trunk/src/m/enum/QmuPartEnum.m
===================================================================
--- /issm/trunk/src/m/enum/QmuPartEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/QmuPartEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=QmuPartEnum()
+%QMUPARTENUM - Enum of QmuPart
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=QmuPartEnum()
+
+macro=218;
Index: /issm/trunk/src/m/enum/QuadIceFrontEnum.m
===================================================================
--- /issm/trunk/src/m/enum/QuadIceFrontEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/QuadIceFrontEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %QUADICEFRONTENUM - Enum of QuadIceFront
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=QuadIceFrontEnum()
 
-macro=58;
+macro=60;
Index: /issm/trunk/src/m/enum/QuadRiftFrontEnum.m
===================================================================
--- /issm/trunk/src/m/enum/QuadRiftFrontEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/QuadRiftFrontEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %QUADRIFTFRONTENUM - Enum of QuadRiftFront
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=QuadRiftFrontEnum()
 
-macro=61;
+macro=63;
Index: /issm/trunk/src/m/enum/ResetPenaltiesEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ResetPenaltiesEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ResetPenaltiesEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %RESETPENALTIESENUM - Enum of ResetPenalties
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ResetPenaltiesEnum()
 
-macro=135;
+macro=145;
Index: /issm/trunk/src/m/enum/ResponseDescriptorsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ResponseDescriptorsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ResponseDescriptorsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ResponseDescriptorsEnum()
+%RESPONSEDESCRIPTORSENUM - Enum of ResponseDescriptors
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ResponseDescriptorsEnum()
+
+macro=220;
Index: /issm/trunk/src/m/enum/ResultEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ResultEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ResultEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %RESULTENUM - Enum of Result
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ResultEnum()
 
-macro=78;
+macro=88;
Index: /issm/trunk/src/m/enum/ResultsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ResultsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ResultsEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %RESULTSENUM - Enum of Results
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/RgbEnum.m
===================================================================
--- /issm/trunk/src/m/enum/RgbEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/RgbEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %RGBENUM - Enum of Rgb
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=RgbEnum()
 
-macro=79;
+macro=89;
Index: /issm/trunk/src/m/enum/RheologyBEnum.m
===================================================================
--- /issm/trunk/src/m/enum/RheologyBEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/RheologyBEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %RHEOLOGYBENUM - Enum of RheologyB
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=RheologyBEnum()
 
-macro=109;
+macro=119;
Index: /issm/trunk/src/m/enum/RheologyNEnum.m
===================================================================
--- /issm/trunk/src/m/enum/RheologyNEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/RheologyNEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %RHEOLOGYNENUM - Enum of RheologyN
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=RheologyNEnum()
 
-macro=110;
+macro=120;
Index: /issm/trunk/src/m/enum/RiftfrontEnum.m
===================================================================
--- /issm/trunk/src/m/enum/RiftfrontEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/RiftfrontEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %RIFTFRONTENUM - Enum of Riftfront
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=RiftfrontEnum()
 
-macro=59;
+macro=61;
Index: /issm/trunk/src/m/enum/SegmentIcefrontEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SegmentIcefrontEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SegmentIcefrontEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SEGMENTICEFRONTENUM - Enum of SegmentIcefront
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SegmentIcefrontEnum()
 
-macro=57;
+macro=59;
Index: /issm/trunk/src/m/enum/SegmentOnIceShelfEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SegmentOnIceShelfEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SegmentOnIceShelfEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SEGMENTONICESHELFENUM - Enum of SegmentOnIceShelf
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SegmentOnIceShelfEnum()
 
-macro=141;
+macro=151;
Index: /issm/trunk/src/m/enum/SegmentRiftfrontEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SegmentRiftfrontEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SegmentRiftfrontEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SEGMENTRIFTFRONTENUM - Enum of SegmentRiftfront
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SegmentRiftfrontEnum()
 
-macro=60;
+macro=62;
Index: /issm/trunk/src/m/enum/SingEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SingEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SingEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SINGENUM - Enum of Sing
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SingEnum()
 
-macro=51;
+macro=53;
Index: /issm/trunk/src/m/enum/SingVertexInputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SingVertexInputEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SingVertexInputEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SINGVERTEXINPUTENUM - Enum of SingVertexInput
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SingVertexInputEnum()
 
-macro=71;
+macro=72;
Index: /issm/trunk/src/m/enum/SlopecomputeAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SlopecomputeAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SlopecomputeAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SLOPECOMPUTEANALYSISENUM - Enum of SlopecomputeAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SlopecomputeAnalysisEnum()
 
-macro=22;
+macro=24;
Index: /issm/trunk/src/m/enum/SolverStringEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SolverStringEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/SolverStringEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=SolverStringEnum()
+%SOLVERSTRINGENUM - Enum of SolverString
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=SolverStringEnum()
+
+macro=195;
Index: /issm/trunk/src/m/enum/SparsityEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SparsityEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/SparsityEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=SparsityEnum()
+%SPARSITYENUM - Enum of Sparsity
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=SparsityEnum()
+
+macro=184;
Index: /issm/trunk/src/m/enum/SpcEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SpcEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SpcEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SPCENUM - Enum of Spc
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SpcEnum()
 
-macro=80;
+macro=90;
Index: /issm/trunk/src/m/enum/StabilizeConstraintsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/StabilizeConstraintsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/StabilizeConstraintsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=StabilizeConstraintsEnum()
+%STABILIZECONSTRAINTSENUM - Enum of StabilizeConstraints
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=StabilizeConstraintsEnum()
+
+macro=168;
Index: /issm/trunk/src/m/enum/SteadyAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SteadyAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SteadyAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %STEADYANALYSISENUM - Enum of SteadyAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SteadyAnalysisEnum()
 
-macro=21;
+macro=23;
Index: /issm/trunk/src/m/enum/SteadystateAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SteadystateAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SteadystateAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %STEADYSTATEANALYSISENUM - Enum of SteadystateAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SteadystateAnalysisEnum()
 
-macro=35;
+macro=37;
Index: /issm/trunk/src/m/enum/StokesAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/StokesAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/StokesAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %STOKESANALYSISENUM - Enum of StokesAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=StokesAnalysisEnum()
 
-macro=12;
+macro=14;
Index: /issm/trunk/src/m/enum/StokesFormulationEnum.m
===================================================================
--- /issm/trunk/src/m/enum/StokesFormulationEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/StokesFormulationEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %STOKESFORMULATIONENUM - Enum of StokesFormulation
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=StokesFormulationEnum()
 
-macro=42;
+macro=44;
Index: /issm/trunk/src/m/enum/StokesReconditioningEnum.m
===================================================================
--- /issm/trunk/src/m/enum/StokesReconditioningEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/StokesReconditioningEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=StokesReconditioningEnum()
+%STOKESRECONDITIONINGENUM - Enum of StokesReconditioning
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=StokesReconditioningEnum()
+
+macro=167;
Index: /issm/trunk/src/m/enum/StringArrayParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/StringArrayParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/StringArrayParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=StringArrayParamEnum()
+%STRINGARRAYPARAMENUM - Enum of StringArrayParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=StringArrayParamEnum()
+
+macro=87;
Index: /issm/trunk/src/m/enum/StringParamEnum.m
===================================================================
--- /issm/trunk/src/m/enum/StringParamEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/StringParamEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=StringParamEnum()
+%STRINGPARAMENUM - Enum of StringParam
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=StringParamEnum()
+
+macro=86;
Index: /issm/trunk/src/m/enum/SubAnalysisTypeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SubAnalysisTypeEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/SubAnalysisTypeEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=SubAnalysisTypeEnum()
+%SUBANALYSISTYPEENUM - Enum of SubAnalysisType
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=SubAnalysisTypeEnum()
+
+macro=11;
Index: /issm/trunk/src/m/enum/SurfaceAreaEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SurfaceAreaEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SurfaceAreaEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SURFACEAREAENUM - Enum of SurfaceArea
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SurfaceAreaEnum()
 
-macro=118;
+macro=128;
Index: /issm/trunk/src/m/enum/SurfaceEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SurfaceEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SurfaceEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SURFACEENUM - Enum of Surface
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SurfaceEnum()
 
-macro=103;
+macro=113;
Index: /issm/trunk/src/m/enum/SurfaceSlopexEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SurfaceSlopexEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SurfaceSlopexEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SURFACESLOPEXENUM - Enum of SurfaceSlopex
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SurfaceSlopexEnum()
 
-macro=119;
+macro=129;
Index: /issm/trunk/src/m/enum/SurfaceSlopeyEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SurfaceSlopeyEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SurfaceSlopeyEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SURFACESLOPEYENUM - Enum of SurfaceSlopey
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SurfaceSlopeyEnum()
 
-macro=120;
+macro=130;
Index: /issm/trunk/src/m/enum/SurfaceXAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SurfaceXAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SurfaceXAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SURFACEXANALYSISENUM - Enum of SurfaceXAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SurfaceXAnalysisEnum()
 
-macro=23;
+macro=25;
Index: /issm/trunk/src/m/enum/SurfaceYAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/SurfaceYAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/SurfaceYAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %SURFACEYANALYSISENUM - Enum of SurfaceYAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=SurfaceYAnalysisEnum()
 
-macro=24;
+macro=26;
Index: /issm/trunk/src/m/enum/TemperatureEnum.m
===================================================================
--- /issm/trunk/src/m/enum/TemperatureEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/TemperatureEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %TEMPERATUREENUM - Enum of Temperature
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=TemperatureEnum()
 
-macro=129;
+macro=139;
Index: /issm/trunk/src/m/enum/ThermalAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ThermalAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ThermalAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %THERMALANALYSISENUM - Enum of ThermalAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ThermalAnalysisEnum()
 
-macro=19;
+macro=21;
Index: /issm/trunk/src/m/enum/ThicknessEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ThicknessEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/ThicknessEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %THICKNESSENUM - Enum of Thickness
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=ThicknessEnum()
 
-macro=102;
+macro=112;
Index: /issm/trunk/src/m/enum/TolXEnum.m
===================================================================
--- /issm/trunk/src/m/enum/TolXEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/TolXEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=TolXEnum()
+%TOLXENUM - Enum of TolX
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=TolXEnum()
+
+macro=205;
Index: /issm/trunk/src/m/enum/TransientAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/TransientAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/TransientAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %TRANSIENTANALYSISENUM - Enum of TransientAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=TransientAnalysisEnum()
 
-macro=20;
+macro=22;
Index: /issm/trunk/src/m/enum/TriaEnum.m
===================================================================
--- /issm/trunk/src/m/enum/TriaEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/TriaEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %TRIAENUM - Enum of Tria
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=TriaEnum()
 
-macro=46;
+macro=48;
Index: /issm/trunk/src/m/enum/TriaVertexInputEnum.m
===================================================================
--- /issm/trunk/src/m/enum/TriaVertexInputEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/TriaVertexInputEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %TRIAVERTEXINPUTENUM - Enum of TriaVertexInput
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=TriaVertexInputEnum()
 
-macro=70;
+macro=71;
Index: /issm/trunk/src/m/enum/TypeEnum.m
===================================================================
--- /issm/trunk/src/m/enum/TypeEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/TypeEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %TYPEENUM - Enum of Type
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=TypeEnum()
 
-macro=137;
+macro=147;
Index: /issm/trunk/src/m/enum/VariableDescriptorsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VariableDescriptorsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/VariableDescriptorsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=VariableDescriptorsEnum()
+%VARIABLEDESCRIPTORSENUM - Enum of VariableDescriptors
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=VariableDescriptorsEnum()
+
+macro=219;
Index: /issm/trunk/src/m/enum/VerboseEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VerboseEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/VerboseEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=VerboseEnum()
+%VERBOSEENUM - Enum of Verbose
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=VerboseEnum()
+
+macro=176;
Index: /issm/trunk/src/m/enum/VertAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VertAnalysisEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VertAnalysisEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VERTANALYSISENUM - Enum of VertAnalysis
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VertAnalysisEnum()
 
-macro=14;
+macro=16;
Index: /issm/trunk/src/m/enum/VertexEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VertexEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VertexEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VERTEXENUM - Enum of Vertex
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VertexEnum()
 
-macro=54;
+macro=56;
Index: /issm/trunk/src/m/enum/VerticesEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VerticesEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VerticesEnum.m	(revision 3711)
@@ -2,5 +2,7 @@
 %VERTICESENUM - Enum of Vertices
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
Index: /issm/trunk/src/m/enum/ViscosityOvershootEnum.m
===================================================================
--- /issm/trunk/src/m/enum/ViscosityOvershootEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/ViscosityOvershootEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=ViscosityOvershootEnum()
+%VISCOSITYOVERSHOOTENUM - Enum of ViscosityOvershoot
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=ViscosityOvershootEnum()
+
+macro=164;
Index: /issm/trunk/src/m/enum/VxAverageEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VxAverageEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VxAverageEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VXAVERAGEENUM - Enum of VxAverage
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VxAverageEnum()
 
-macro=92;
+macro=102;
Index: /issm/trunk/src/m/enum/VxEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VxEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VxEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VXENUM - Enum of Vx
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VxEnum()
 
-macro=89;
+macro=99;
Index: /issm/trunk/src/m/enum/VxObsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VxObsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VxObsEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VXOBSENUM - Enum of VxObs
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VxObsEnum()
 
-macro=95;
+macro=105;
Index: /issm/trunk/src/m/enum/VxOldEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VxOldEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VxOldEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VXOLDENUM - Enum of VxOld
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VxOldEnum()
 
-macro=98;
+macro=108;
Index: /issm/trunk/src/m/enum/VyAverageEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VyAverageEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VyAverageEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VYAVERAGEENUM - Enum of VyAverage
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VyAverageEnum()
 
-macro=93;
+macro=103;
Index: /issm/trunk/src/m/enum/VyEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VyEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VyEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VYENUM - Enum of Vy
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VyEnum()
 
-macro=90;
+macro=100;
Index: /issm/trunk/src/m/enum/VyObsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VyObsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VyObsEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VYOBSENUM - Enum of VyObs
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VyObsEnum()
 
-macro=96;
+macro=106;
Index: /issm/trunk/src/m/enum/VyOldEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VyOldEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VyOldEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VYOLDENUM - Enum of VyOld
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VyOldEnum()
 
-macro=99;
+macro=109;
Index: /issm/trunk/src/m/enum/VzAverageEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VzAverageEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VzAverageEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VZAVERAGEENUM - Enum of VzAverage
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VzAverageEnum()
 
-macro=94;
+macro=104;
Index: /issm/trunk/src/m/enum/VzEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VzEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VzEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VZENUM - Enum of Vz
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VzEnum()
 
-macro=91;
+macro=101;
Index: /issm/trunk/src/m/enum/VzObsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VzObsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VzObsEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VZOBSENUM - Enum of VzObs
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VzObsEnum()
 
-macro=97;
+macro=107;
Index: /issm/trunk/src/m/enum/VzOldEnum.m
===================================================================
--- /issm/trunk/src/m/enum/VzOldEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/VzOldEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %VZOLDENUM - Enum of VzOld
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=VzOldEnum()
 
-macro=100;
+macro=110;
Index: /issm/trunk/src/m/enum/WaitOnLockEnum.m
===================================================================
--- /issm/trunk/src/m/enum/WaitOnLockEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/WaitOnLockEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=WaitOnLockEnum()
+%WAITONLOCKENUM - Enum of WaitOnLock
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=WaitOnLockEnum()
+
+macro=194;
Index: /issm/trunk/src/m/enum/WaterEnum.m
===================================================================
--- /issm/trunk/src/m/enum/WaterEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/WaterEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %WATERENUM - Enum of Water
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=WaterEnum()
 
-macro=85;
+macro=95;
Index: /issm/trunk/src/m/enum/WeightsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/WeightsEnum.m	(revision 3710)
+++ /issm/trunk/src/m/enum/WeightsEnum.m	(revision 3711)
@@ -2,8 +2,10 @@
 %WEIGHTSENUM - Enum of Weights
 %
-%   file generated by src/c/EnumDefinitions/SynchronizeMatlabEnum
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
 %
 %   Usage:
 %      macro=WeightsEnum()
 
-macro=123;
+macro=133;
Index: /issm/trunk/src/m/enum/YtsEnum.m
===================================================================
--- /issm/trunk/src/m/enum/YtsEnum.m	(revision 3711)
+++ /issm/trunk/src/m/enum/YtsEnum.m	(revision 3711)
@@ -0,0 +1,11 @@
+function macro=YtsEnum()
+%YTSENUM - Enum of Yts
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/SynchronizeMatlabEnum
+%            Please read src/c/README for more information
+%
+%   Usage:
+%      macro=YtsEnum()
+
+macro=182;
