Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved all soil related data from primitives to data project. Related to Issue [WTI-1405]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11916 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 804cef62d57d7ccaa28331db725110d49fbc6404

Former-commit-id: 84e1c9aeabe5b1dc3d7b61e8e598c5a0246e3cec

    • -217
    • +0
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 142 more files in changeset.
Incorporated comments review 2082: - Included type checks for Equals methods - Cleaned up TreeNodeInfo tests for Piping and Macro - Added NULL check for the target collection in the ReplaceDataStrategyBase - Removed obsolete test files Related to Issue [WTI-1340]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11580 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 27eb01ae375018dcaa9126b558b9329d826fe2b1

Former-commit-id: 030f2fefc195cf6b498a76b7907fc74e4123c3b2

    • -5
    • +8
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 20 more files in changeset.
Removed redundant constructor properties from soil layers. Related to Issue [WTI-1340]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11481 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4883ddb30d7bbd2cd4641d7d9e7ec77259f79115

Former-commit-id: 05ad14b2d7d2d18e7332af1b7abb6d63a487ee44

    • -20
    • +2
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 29 more files in changeset.
- Added MacroStabilityInwardsStochasticSoilProfileTransformer. - Renamed ISoilProfile to IMacroStabilityInwardsSoilProfile.

Related to Issue [WTI-1340]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11434 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 122d9caa476efa767e4fbec1b8a8e5f2e888de96

Former-commit-id: bb069fcb5e736a680737787c7589132aa5259ffb

    • -1
    • +1
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 19 more files in changeset.
Added transformer for soil profile. Related to Issue [WTI-1340]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11433 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 79ee69e56e3d9990a48accc4a0c94bb2f00d1fb6

Former-commit-id: e367404f8864855d7022be8b99392b6c99c27b5d

    • -21
    • +22
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 5 more files in changeset.
Added extra test cases. Used SoilLayerProperties instead of the pass-through properties on SoilLayer1D and SoilLayer2D (MacroStabilityInwards). Cleanups. Related to Issue [WTI-1342]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11040 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 758c2f4357100541e91974617f9bf374341f0a5e

Former-commit-id: bd64f22fd1d2007e66dced718cd056a6d7b0d30d

    • -2
    • +9
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 60 more files in changeset.
Implemented Create method for 2D profiles in SoilLayerUnderSurfaceLineFactory. Related to Issue [WTI-1342]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10879 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b194631a4920f291fac5355a95fc7d253a5057b7

Former-commit-id: b5b2a147e45286a66c653ece0ca21421854125e1

    • -3
    • +20
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 7 more files in changeset.
changed equals implementations of some classes, so that they no longer distinguish a class from its derived class. Related to Issue [WTI-1342]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10875 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 886f9038e45c0aec8fded532c859a19ad395f3b9

Former-commit-id: 85b4f2f6d4fd00e5c31e9e1e40feaee8c3f9e072

    • -5
    • +2
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 20 more files in changeset.
Proper hashing of some data types (equal objects should return equal hashes!) Reused SequenceEquals instead of implementing this ourselves for collections in data types, e.g. layers in a profile. Implemented TestHelper.AssertCollectionAreEqual to test whether elements in a collection are equal using a IEqualityComparer<T>. Related to Issue [WTI-1342]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10868 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9f56c861e647986e5c2bfdc79bfdfed5a293a492

Former-commit-id: 5076ae29a1be1edbe3a2049746757157933ad786

    • -1
    • +5
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 16 more files in changeset.
Introduced concept of difference in 1D and 2D profiles for Macro Stability Inwards. Related to Issue [WTI-1342]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10863 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8e881f55e61effd0c2f3016539e1c9fa374fa850

Former-commit-id: 16bf302601598b552700cb9c7eded5e589ff576f

    • -0
    • +206
    ./MacroStabilityInwardsSoilProfile1D.cs
  1. … 73 more files in changeset.