Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs
===================================================================
diff -u -r1586 -r1644
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1586)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1644)
@@ -344,6 +344,33 @@
}
///
+ /// Looks up a localized string similar to Location '{0}', subsoil scenario '{1}', timestep '{2}', timestamp '{3}': The calculation failed with error message '{4}'..
+ ///
+ internal static string OperationalCalculatorGeneralException {
+ get {
+ return ResourceManager.GetString("OperationalCalculatorGeneralException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Location '{0}', subsoil scenario '{1}', timestep '{2}', timestamp '{3}': The preparation for this calculation failed..
+ ///
+ internal static string OperationalCalculatorPrepareError {
+ get {
+ return ResourceManager.GetString("OperationalCalculatorPrepareError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Location '{0}', subsoil scenario '{1}', timestep '{2}', timestamp '{3}': The validation for this calculation failed..
+ ///
+ internal static string OperationalCalculatorValidationFailed {
+ get {
+ return ResourceManager.GetString("OperationalCalculatorValidationFailed", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Adapting the slope of the dike failed. Probably the slope is too steep or too shallow..
///
internal static string SlopeErrorNoIntersection {