Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationJob.cs =================================================================== diff -u -r1120 -r1192 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationJob.cs (.../LocationJob.cs) (revision 1120) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/LocationJob.cs (.../LocationJob.cs) (revision 1192) @@ -232,7 +232,7 @@ return DamGlobalConstants.NoRunValue; } } - else if (DamProjectType == DamProjectType.Assessment) + else if (DamProjectType == DamProjectType.AssessmentRegional) { if (this.HasRegionalScenarioResults && GetRWScenarioResultWithLowestSafetyFactor(currentScenarioType) != null) { @@ -275,7 +275,7 @@ else { // For Piping in Assesment projects, ignore the given detriment factor and use the required safety for Piping - if (DamProjectType == DamProjectType.Assessment && (currentScenarioType == ScenarioType.Scenario10 || currentScenarioType == ScenarioType.Scenario11)) + if (DamProjectType == DamProjectType.AssessmentRegional && (currentScenarioType == ScenarioType.Scenario10 || currentScenarioType == ScenarioType.Scenario11)) { return DamGlobalConstants.RequiredSafetyPipingForAssessment; } @@ -314,7 +314,7 @@ { get { - if (DamProjectType == DamProjectType.Assessment && AreRWScenarioResultsMixed(currentScenarioType)) + if (DamProjectType == DamProjectType.AssessmentRegional && AreRWScenarioResultsMixed(currentScenarioType)) { return JobResult.Mixed; }