Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed GeometryPoint from GeometryPointString/GeometryLoop classes and everywhere it was used. Improved geometry generation and Clone() methods for SoilProfile2D.

Related to Issue [MWDAM-2760]

  1. … 55 more files in changeset.
Test for 2D profile is updated (shoulder and ditch added) and comparison is extended to the Pl lines of both profiles and both time steps

Related to Issue [MWDAM-2706]

  1. … 4 more files in changeset.
Cleanup and Reformat

Related to Issue [MWDAM-2548]

  1. … 3 more files in changeset.
Improve test and move out of WorkInProgress

Related to Issue [MWDAM-2548]

  1. … 1 more file in changeset.
Removed properties from Location that are duplicated in DesignScenario

Related to Issue [MWDAM-2649]

  1. … 11 more files in changeset.
Refactoring: comments improved + unused method DetermineStabilityUplift removed

Related to Issue [MWDAM-2226]

  1. … 5 more files in changeset.
Reformat and cleanup (copyright to 2024)

Related to Issue [MWDAM-2007]

    • -1
    • +1
    ./Specifications/DitchWaterLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/UseLocationAsDataSource.cs
    • -1
    • +1
    ./Specifications/PiezometricHeadSensorSpecification.cs
    • -1
    • +1
    ./Specifications/PolderLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/WaterLevelSensorSpecification.cs
  1. … 317 more files in changeset.
Made sure that during one calculation (per location per subsoil per scenario) only the CurrentScenario is used. For Design, all scenarios but the Current are removed at the start of the calculation. For Operational, there only ever is one scenario (as this is a demand which is tested). Replaced use of Scenarios[0] with CurrentScenario, removed Scenarios from Dike. Also removed the reference to Location in DesignScenario, added LocationName to DesignScenario.

Adapted all tests for this. I expect two failing (new) tests at the moment.

Related to Issue [MWDAM-1948]

  1. … 25 more files in changeset.
Use string interpolation

Related to Issue [MWDAM-1878]

  1. … 29 more files in changeset.
Convert to file-scoped namespace

Related to Issue [MWDAM-1878]

    • -11
    • +10
    ./Specifications/WaterLevelSensorSpecification.cs
    • -11
    • +10
    ./Specifications/PolderLevelSensorSpecification.cs
    • -31
    • +30
    ./Specifications/DitchWaterLevelSensorSpecification.cs
    • -6
    • +5
    ./Specifications/UseLocationAsDataSource.cs
    • -11
    • +10
    ./Specifications/PiezometricHeadSensorSpecification.cs
  1. … 309 more files in changeset.
Remove code smell by using string builders

Related to Issue [MWDAM-1877]

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

Related to Issue [MWDAM-1874]

    • -4
    • +2
    ./Specifications/PolderLevelSensorSpecification.cs
    • -4
    • +2
    ./Specifications/PiezometricHeadSensorSpecification.cs
    • -4
    • +1
    ./Specifications/WaterLevelSensorSpecification.cs
    • -0
    • +2
    ./Specifications/DitchWaterLevelSensorSpecification.cs
    • -3
    • +1
    ./Specifications/UseLocationAsDataSource.cs
  1. … 387 more files in changeset.
Run clean-up to update file headers

Related to Issue [MWDAM-1854]

    • -5
    • +5
    ./Specifications/DitchWaterLevelSensorSpecification.cs
    • -5
    • +5
    ./Specifications/UseLocationAsDataSource.cs
    • -5
    • +5
    ./Specifications/PiezometricHeadSensorSpecification.cs
    • -5
    • +5
    ./Specifications/PolderLevelSensorSpecification.cs
    • -5
    • +5
    ./Specifications/WaterLevelSensorSpecification.cs
  1. … 321 more files in changeset.
Remove unused directives

Related to Issue [MWDAM-1856]

  1. … 20 more files in changeset.
Use getters and setters for properties

Related to Issue [MWDAM-1856]

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

Related to Issue [MWDAM-1730]

    • -1
    • +1
    ./Specifications/WaterLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/PolderLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/UseLocationAsDataSource.cs
    • -1
    • +1
    ./Specifications/DitchWaterLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/PiezometricHeadSensorSpecification.cs
  1. … 264 more files in changeset.
Moved HeadPl2 within Location from WaternetOptions to DesignScenario. Also removed HeadPl3 and HeadPl4 from Location.

Started fixing failing tests.

Related to Issue [MWDAM-1618]

  1. … 18 more files in changeset.
Moved PolderLevel within Location from WaternetOptions to DesignScenario.

Related to Issue [MWDAM-1618]

  1. … 28 more files in changeset.
After removing Assessment mode, cleaned code somewhat. Mainly getting rid of dead code.

Related to Issue [MWDAM-1410]

  1. … 26 more files in changeset.
Cleaned DAMEnumerations.cs as far as possible for now. Moving RWScenario options not done as these have to be removed as stated in MWDAM-1410.

Related to Issue [MWDAM-1282]

    • -0
    • +37
    ./SensorEnumerations.cs
  1. … 11 more files in changeset.
Update license headers

Related to Issue [MWDAM-1369]

    • -1
    • +1
    ./Specifications/DitchWaterLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/PolderLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/WaterLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/UseLocationAsDataSource.cs
    • -1
    • +1
    ./Specifications/PiezometricHeadSensorSpecification.cs
  1. … 193 more files in changeset.
Adapted to review

Related to Issue [MWDAM-1243]

  1. … 5 more files in changeset.
Remove redundant code

Related to Issue [MWDAM-1254]

Remove redundant code

Related to Issue [MWDAM-1254]

Connected SensorPlLineCreator for operational calculation

Related to Issue [MWDAM-1254]

    • -0
    • +32
    ./SensorPlLineCreatorSettings.cs
  1. … 11 more files in changeset.
Added missing headers. Made PiezometricHeadSensorSpecification public instead of internal to be the same as all other specifications.

Related to Issue [MWDAM-1254]

    • -0
    • +16
    ./Specifications/DitchWaterLevelSensorSpecification.cs
    • -0
    • +7
    ./Specifications/WaterLevelSensorSpecification.cs
    • -1
    • +8
    ./Specifications/PiezometricHeadSensorSpecification.cs
    • -0
    • +7
    ./Specifications/PolderLevelSensorSpecification.cs
Refactored: rename Sensor.Type to Sensor.SensorType

Related to Issue [MWDAM-1254]

    • -1
    • +1
    ./Specifications/WaterLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/DitchWaterLevelSensorSpecification.cs
    • -1
    • +1
    ./Specifications/PiezometricHeadSensorSpecification.cs
    • -1
    • +1
    ./Specifications/PolderLevelSensorSpecification.cs
  1. … 1 more file in changeset.
Refactored: rename Group to SensorGroup

Related to Issue [MWDAM-1254]

  1. … 2 more files in changeset.
Adapted to review

Fixed use uppercase/lowercase in variable names

Improved method name

Related to Issue [MWDAM-1254]

  1. … 3 more files in changeset.
Refactored; more logical naming

Related to Issue [MWDAM-1243]

  1. … 9 more files in changeset.