Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/Uplift/UpliftLocationDeterminator.cs =================================================================== diff -u -r3854 -r3865 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/Uplift/UpliftLocationDeterminator.cs (.../UpliftLocationDeterminator.cs) (revision 3854) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/Uplift/UpliftLocationDeterminator.cs (.../UpliftLocationDeterminator.cs) (revision 3865) @@ -242,7 +242,7 @@ return SoilProfile2D.GetSoilProfile1D(xCoordinate); } // This possibly should become conversion from StixFile - throw new NotImplementedException(string.Format(@"Using full 2D geometry (based on stix file) not yet available.")); + throw new NotImplementedException(@"Using full 2D geometry (based on stix file) not yet available."); } /// Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/PlLinesCreator/PlLinesCreator.cs =================================================================== diff -u -r3863 -r3865 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/PlLinesCreator/PlLinesCreator.cs (.../PlLinesCreator.cs) (revision 3863) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/PlLinesCreator/PlLinesCreator.cs (.../PlLinesCreator.cs) (revision 3865) @@ -177,7 +177,7 @@ return soilProfile; case SoilProfileType.ProfileTypeStiFile: // This possibly should become conversion from StixFile - throw new NotImplementedException(string.Format(@"Using full 2D geometry (based on stix file) not yet available.")); + throw new NotImplementedException(@"Using full 2D geometry (based on stix file) not yet available."); default: return null; }