Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsCalculation.cs =================================================================== diff -u -r07f3d67fe9512b3c8303ff09398b0a234900d546 -rd337718251f4330d447d555eb1c70df226dd9823 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsCalculation.cs (.../GrassCoverErosionInwardsCalculation.cs) (revision 07f3d67fe9512b3c8303ff09398b0a234900d546) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsCalculation.cs (.../GrassCoverErosionInwardsCalculation.cs) (revision d337718251f4330d447d555eb1c70df226dd9823) @@ -63,6 +63,15 @@ } } + /// + /// Returns a string that represents the current object. + /// + /// The name of this calculation. + public override string ToString() + { + return Name; + } + public override object Clone() { var clone = (GrassCoverErosionInwardsCalculation) base.Clone(); @@ -78,15 +87,6 @@ return clone; } - /// - /// Returns a string that represents the current object. - /// - /// The name of this calculation. - public override string ToString() - { - return Name; - } - public void ClearOutput() { Output = null;