Index: /issm/trunk/src/m/enum/EnthalpyAnalysisEnum.m
===================================================================
--- /issm/trunk/src/m/enum/EnthalpyAnalysisEnum.m	(revision 8484)
+++ /issm/trunk/src/m/enum/EnthalpyAnalysisEnum.m	(revision 8484)
@@ -0,0 +1,11 @@
+function macro=EnthalpyAnalysisEnum()
+%ENTHALPYANALYSISENUM - Enum of EnthalpyAnalysis
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/EnumDefinitions/Synchronize.sh
+%            Please read src/c/EnumDefinitions/README for more information
+%
+%   Usage:
+%      macro=EnthalpyAnalysisEnum()
+
+macro=StringToEnum('EnthalpyAnalysis');
Index: /issm/trunk/src/m/enum/EnthalpyEnum.m
===================================================================
--- /issm/trunk/src/m/enum/EnthalpyEnum.m	(revision 8484)
+++ /issm/trunk/src/m/enum/EnthalpyEnum.m	(revision 8484)
@@ -0,0 +1,11 @@
+function macro=EnthalpyEnum()
+%ENTHALPYENUM - Enum of Enthalpy
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/EnumDefinitions/Synchronize.sh
+%            Please read src/c/EnumDefinitions/README for more information
+%
+%   Usage:
+%      macro=EnthalpyEnum()
+
+macro=StringToEnum('Enthalpy');
Index: /issm/trunk/src/m/enum/EnthalpySolutionEnum.m
===================================================================
--- /issm/trunk/src/m/enum/EnthalpySolutionEnum.m	(revision 8484)
+++ /issm/trunk/src/m/enum/EnthalpySolutionEnum.m	(revision 8484)
@@ -0,0 +1,11 @@
+function macro=EnthalpySolutionEnum()
+%ENTHALPYSOLUTIONENUM - Enum of EnthalpySolution
+%
+%   WARNING: DO NOT MODIFY THIS FILE
+%            this file has been automatically generated by src/c/EnumDefinitions/Synchronize.sh
+%            Please read src/c/EnumDefinitions/README for more information
+%
+%   Usage:
+%      macro=EnthalpySolutionEnum()
+
+macro=StringToEnum('EnthalpySolution');
Index: /issm/trunk/src/m/model/ismodelselfconsistent.m
===================================================================
--- /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 8483)
+++ /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 8484)
@@ -137,5 +137,5 @@
 %FLAGS (0 or 1){{{1
 if ~ismember(md.artificial_diffusivity,[0 1 2]),
-	error('model not consistent: artificial_diffusivity should be a scalar (1 or 0)');
+	error('model not consistent: artificial_diffusivity should be a scalar (0 or 1 or 2)');
 end
 if ~ismember(md.prognostic_DG,[0 1]),
