Deltares.DamEngine.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove trailing comma's

Related to Issue [MWDAM-1877]

    • -1
    • +1
    ./Geotechnics/CharacteristicPointType.cs
  1. … 10 more files in changeset.
Remove code smell related to System.Exceptions

Related to Issue [MWDAM-1877]

  1. … 4 more files in changeset.
Remove code smell by using string builders

Related to Issue [MWDAM-1877]

Reformat and cleanup

Related to Issue [MWDAM-1874]

    • -103
    • +124
    ./Geotechnics/SurfaceLine2Extensions.cs
    • -3
    • +5
    ./Geotechnics/SoilProfile1DAquiferLayerCombinerException.cs
    • -5
    • +3
    ./Geotechnics/WaterpressureInterpolationModel.cs
  1. … 384 more files in changeset.
Update Dam Engine to new SDK project format

Related to Issue [MWDAM-1874]

    • -217
    • +13
    ./Deltares.DamEngine.Data.csproj
  1. … 25 more files in changeset.
Set each project to its own bin directory

Related to Issue [MWDAM-1862]

  1. … 11 more files in changeset.
Run clean-up to update file headers

Related to Issue [MWDAM-1854]

    • -5
    • +5
    ./Geotechnics/CharacteristicPointSet.cs
    • -5
    • +5
    ./General/EmbankmentDesignParameters.cs
  1. … 319 more files in changeset.
Solved the vulnerability and some code smwlls as reported by SonarQube.

Related to Issue [MWDAM-1852]

  1. … 1 more file in changeset.
Remove number of parameters

Related to Issue [MWDAM-1856]

Remove unused setter

Related to Issue [MWDAM-1856]

Remove the unnecessary Boolean literal(s)

Related to Issue [MWDAM-1856]

  1. … 2 more files in changeset.
Short-circuit logic should be used in boolean contexts

Related to Issue [MWDAM-1856]

Remove unused directives

Related to Issue [MWDAM-1856]

    • -1
    • +0
    ./Geotechnics/SoilProfile1DAquiferLayerCombiner.cs
  1. … 15 more files in changeset.
Use getters and setters for properties

Related to Issue [MWDAM-1856]

    • -3
    • +3
    ./Geotechnics/SoilProfile1DAquiferLayerCombiner.cs
  1. … 3 more files in changeset.
Solved the bugs in SonarQube. Note that 2 (of the 10) reported bugs were actually false negatives as assessed by me and reviewed by Tom who closed these two bugs.

Related to Issue [MWDAM-1852]

  1. … 1 more file in changeset.
Adaapted to review comments.

Related to Issue [MWDAM-1842]

  1. … 2 more files in changeset.
Re-implemented Adapt Geometry option for OptimizedSlopeAndShoulderAdaption, model Bishop.

Related to Issue [MWDAM-1842]

  1. … 5 more files in changeset.
Clean-up unused of DGeoStability executable

Related to Issue [MWDAM-1809]

    • -41
    • +21
    ./General/FailureMechanismParametersMStab.cs
Removed obsolete model Horizontal Balance and option UpliftVanWti from code.

Related to Issue [MWDAM-1818]

  1. … 8 more files in changeset.
Removed obsolete IsCombinedBishopUpliftVanCalculation.

Related to Issue [MWDAM-1807]

Removed some more obsolete ZoneArea related items.

Related to Issue [MWDAM-1639]

    • -61
    • +0
    ./General/Results/StabilityResultTypes.cs
Removed the obsolete ZoneAreaRestSlopeCrestWidth (but not from xsd definition to prevent possible backward compatibility problems).

Related to Issue [MWDAM-1639]

  1. … 7 more files in changeset.
Removed the obsolete ZoneArea.

Related to Issue [MWDAM-1639]

  1. … 7 more files in changeset.
Implemented BeeSwarm as Search method in DamEngine. Note that DamInput.cs and DamOutput.cs remain virtually unchanged eventhough they were recreated based on the adapted xsd, only the copyright date doe these files is updated to indicate hese are not outdated.

Related to Issue [MWDAM-1791]

  1. … 6 more files in changeset.
Updated the headers files for the code projects after updating the template.

Related to Issue [MWDAM-1730]

    • -1
    • +1
    ./Standard/Language/LanguageTypeHelper.cs
    • -1
    • +1
    ./General/TimeSeries/TimeSerieEntry.cs
    • -1
    • +1
    ./Geotechnics/CharacteristicPointSet.cs
  1. … 262 more files in changeset.
Update all DAMEngine projects to .Net 4.6.1 in preparation for using the Stix Writer.

Related to Issue [MWDAM-1722]

  1. … 12 more files in changeset.
Added filling the slice data for Bishop and UpliftVan from kernel to engine. Note that this is not (yet) to be made part of the DamEngine output interface (not yet in interface code and not yet in output xsd).

Related to Issue [MWDAM-1712]

    • -0
    • +304
    ./General/Results/StabilityResultSlice.cs
  1. … 5 more files in changeset.
fill xml with slip circle results

Related to Issue [MWDAM-1706]

  1. … 6 more files in changeset.
Fixed the issue by replacing soil as dictionary key by soilname as key for the Aquifer dictionary. Now the aquifers can be found.

Related to Issue [MWDAM-1697]

  1. … 8 more files in changeset.
Add error message if sensor data has an invalid (negative) value

Merge from 19.2 branch

Related to Issue [MWDAM-1605]