Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs =================================================================== diff -u -r4396 -r4412 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 4396) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 4412) @@ -451,6 +451,7 @@ // Synchronize scenario data (Note: do not attempt to synchronize the ModelFactors as these are set by the direct // properties in the scenario such as the Required Safeties. ModelFactors is just a place holder. var newCurrentScenario = new DesignScenario(); + newCurrentScenario.LocationName = Name; newCurrentScenario.LocationScenarioID = designScenario.LocationScenarioID; newCurrentScenario.PolderLevel = designScenario.PolderLevel; newCurrentScenario.RiverLevel = designScenario.RiverLevel;