Deltares.DamEngine.Calculators

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. … 5 more files in changeset.
Remove trailing comma's

Related to Issue [MWDAM-1877]

  1. … 1 more file in changeset.
Reformat and cleanup

Related to Issue [MWDAM-1874]

    • -55
    • +70
    ./Uplift/UpliftLocationDeterminator.cs
    • -1
    • +1
    ./DikesOperational/OperationalEnumerations.cs
    • -168
    • +208
    ./PlLinesCreator/SensorPlLine1Creator.cs
    • -148
    • +176
    ./KernelWrappers/Assemblers/DtoPropertyAttributeMap.cs
    • -3
    • +3
    ./Uplift/UpliftLocationDeterminatorException.cs
    • -1
    • +1
    ./DikesOperational/OperationalCalculatorTask.cs
    • -114
    • +131
    ./DikesOperational/OperationalCalculator.cs
  1. … 384 more files in changeset.
Update Dam Engine to new SDK project format

Related to Issue [MWDAM-1874]

    • -232
    • +42
    ./Deltares.DamEngine.Calculators.csproj
  1. … 26 more files in changeset.
Set each project to its own bin directory

Related to Issue [MWDAM-1862]

    • -2
    • +3
    ./Deltares.DamEngine.Calculators.csproj
  1. … 11 more files in changeset.
Add reference to package

Related to Issue [MWDAM-1854]

    • -2
    • +6
    ./Deltares.DamEngine.Calculators.csproj
  1. … 1 more file in changeset.
Adapted to review comments.

Related to Issue [MWDAM-1852]

    • -11
    • +13
    ./PlLinesCreator/PlLinesCreator.cs
Run clean-up to update file headers

Related to Issue [MWDAM-1854]

    • -19
    • +30
    ./Uplift/SoilVolumicMassCalculator.cs
    • -5
    • +5
    ./KernelWrappers/Common/PlLinesHelper.cs
    • -5
    • +5
    ./General/Geometry2DSectionParameters.cs
    • -5
    • +5
    ./KernelWrappers/Common/DamKernelInput.cs
    • -5
    • +5
    ./PlLinesCreator/SensorPlLineCreator.cs
    • -5
    • +5
    ./DikesDesign/DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 319 more files in changeset.
Removed UpliftSituation as result from Helper function as it was never used.

Related to Issue [MWDAM-1852]

    • -2
    • +1
    ./KernelWrappers/Common/DamPipingHelper.cs
    • -13
    • +1
    ./KernelWrappers/Common/PlLinesHelper.cs
  1. … 1 more file in changeset.
Solved problems with multicore caused by static uplift helpers. Making these "dynamic" solves them.

Related to Issue [MWDAM-1852]

    • -4
    • +4
    ./KernelWrappers/Common/UpliftHelper.cs
  1. … 1 more file in changeset.
Replace MacrostabilityCSharpWrapper with signed Deterministic MacrostabilityCSharpWrapper

Related to Issue [MWDAM-1854]

    • -13
    • +2
    ./Deltares.DamEngine.Calculators.csproj
  1. … 34 more files in changeset.
Solved the vulnerability and some code smwlls as reported by SonarQube.

Related to Issue [MWDAM-1852]

    • -64
    • +101
    ./DikesDesign/DesignCalculator.cs
  1. … 1 more file in changeset.
Use Any instead of Count >0

Related to Issue [MWDAM-1856]

Remove this formatting call and simply use the input string

Related to Issue [MWDAM-1856]

    • -1
    • +1
    ./Uplift/UpliftLocationDeterminator.cs
Remove useless assignment

Related to Issue [MWDAM-1856]

Use count property

Related to Issue [MWDAM-1856]

    • -2
    • +2
    ./PlLinesCreator/SensorPlLineCreatorBase.cs
Remove unnecessary cast

Related to Issue [MWDAM-1856]

    • -35
    • +29
    ./KernelWrappers/Assemblers/DtoPropertyAttributeMap.cs
Rename parameters to match base class or interface declaration

Related to Issue [MWDAM-1856]

Remove redundant jump

Related to Issue [MWDAM-1856]

Remove unused private method in release mode

Related to Issue [MWDAM-1856]

Remove unused private methods

Related to Issue [MWDAM-1856]

    • -19
    • +0
    ./PlLinesCreator/SensorPlLine1Creator.cs
  1. … 1 more file in changeset.
Remove the unnecessary Boolean literal(s)

Related to Issue [MWDAM-1856]

    • -1
    • +1
    ./Uplift/UpliftLocationDeterminator.cs
  1. … 6 more files in changeset.
Remove unused directives

Related to Issue [MWDAM-1856]

    • -1
    • +0
    ./DikesDesign/SurfaceLineHeightAdapter.cs
    • -1
    • +0
    ./Uplift/UpliftLocationDeterminator.cs
  1. … 19 more files in changeset.
Create UpliftSituation for output parameter

Related to Issue [MWDAM-1856]

    • -14
    • +21
    ./KernelWrappers/Common/PlLinesHelper.cs
Use getters and setters for properties

Related to Issue [MWDAM-1856]

    • -3
    • +3
    ./KernelWrappers/Common/DamKernelInput.cs
  1. … 5 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]

    • -0
    • +1754
    ./PlLinesCreator/PlLinesCreator.cs
  1. … 4 more files in changeset.
Update the code for the new library of the Macrostability C#-wrapper.

Related to Issue [MWDAM-1848]

Adapted to review comments.

Related to Issue [MWDAM-1792]

Updated to the latest successful build of the C# wrapper. Adapted for missing WaterNetDefinition in construction stage.

Related to Issue [MWDAM-1792]

  1. … 16 more files in changeset.
Re-added handling of UpliftVan/BishopUpliftVan in Postprocessing Stability Inwards.

Related to Issue [MWDAM-1792]