Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs =================================================================== diff -u -r801944e042197afab2cf3bb57359970479e286b3 -r78382ec129ddc7537096860680cef36f3796700d --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs (.../MacroStabilityInwardsPlugin.cs) (revision 801944e042197afab2cf3bb57359970479e286b3) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs (.../MacroStabilityInwardsPlugin.cs) (revision 78382ec129ddc7537096860680cef36f3796700d) @@ -84,8 +84,8 @@ { CreateInstance = context => new StochasticSoilModelCollectionProperties(context.WrappedData) }; - yield return new PropertyInfo(); - yield return new PropertyInfo(); + yield return new PropertyInfo(); + yield return new PropertyInfo(); } public override IEnumerable GetImportInfos() @@ -295,7 +295,7 @@ ContextMenuStrip = StochasticSoilModelCollectionContextContextMenuStrip }; - yield return new TreeNodeInfo + yield return new TreeNodeInfo { Text = stochasticSoilModel => stochasticSoilModel.Name, Image = stochasticSoilModel => MacroStabilityInwardsFormsResources.StochasticSoilModelIcon, @@ -308,7 +308,7 @@ .Build() }; - yield return new TreeNodeInfo + yield return new TreeNodeInfo { Text = stochasticSoilProfile => stochasticSoilProfile.SoilProfile != null ? stochasticSoilProfile.SoilProfile.Name : "Profile", Image = stochasticSoilProfile => MacroStabilityInwardsFormsResources.SoilProfileIcon, @@ -942,7 +942,7 @@ nodeData.NotifyObservers(); } - private static void GenerateCalculations(CalculationGroup target, IEnumerable surfaceLines, IEnumerable soilModels, GeneralMacroStabilityInwardsInput generalInput) + private static void GenerateCalculations(CalculationGroup target, IEnumerable surfaceLines, IEnumerable soilModels, GeneralMacroStabilityInwardsInput generalInput) { foreach (ICalculationBase group in MacroStabilityInwardsCalculationConfigurationHelper.GenerateCalculationItemsStructure(surfaceLines, soilModels, generalInput)) {