Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/WaterpressureInterpolationModel.cs =================================================================== diff -u -r3893 -r4000 --- DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/WaterpressureInterpolationModel.cs (.../WaterpressureInterpolationModel.cs) (revision 3893) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/WaterpressureInterpolationModel.cs (.../WaterpressureInterpolationModel.cs) (revision 4000) @@ -26,16 +26,14 @@ /// public enum WaterpressureInterpolationModel { - /// /// Automatic interpolation /// - Automatic=1, + Automatic = 1, /// /// Hydrostatic interpolation /// - Hydrostatic=2 - + Hydrostatic = 2 } -} +} \ No newline at end of file