Index: Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructuresInputContextProperties.cs =================================================================== diff -u -rdf50652c669ae9c392e5d82bb11df4b32ab5746e -r4659eb9bb2df1376c0c07a33ba21a43ad9996db8 --- Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructuresInputContextProperties.cs (.../StabilityPointStructuresInputContextProperties.cs) (revision df50652c669ae9c392e5d82bb11df4b32ab5746e) +++ Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/PropertyClasses/StabilityPointStructuresInputContextProperties.cs (.../StabilityPointStructuresInputContextProperties.cs) (revision 4659eb9bb2df1376c0c07a33ba21a43ad9996db8) @@ -83,8 +83,8 @@ private const int insideWaterLevelPropertyIndex = 15; private const int thresholdHeightOpenWeirPropertyIndex = 16; private const int widthFlowAperturesPropertyIndex = 17; - private const int drainCoefficientPropertyIndex = 18; - private const int areaFlowAperturesPropertyIndex = 19; + private const int areaFlowAperturesPropertyIndex = 18; + private const int drainCoefficientPropertyIndex = 19; private const int stormDurationPropertyIndex = 20; private const int factorStormDurationOpenStructurePropertyIndex = 21; Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresInputContextPropertiesTest.cs =================================================================== diff -u -rdf50652c669ae9c392e5d82bb11df4b32ab5746e -r4659eb9bb2df1376c0c07a33ba21a43ad9996db8 --- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresInputContextPropertiesTest.cs (.../StabilityPointStructuresInputContextPropertiesTest.cs) (revision df50652c669ae9c392e5d82bb11df4b32ab5746e) +++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresInputContextPropertiesTest.cs (.../StabilityPointStructuresInputContextPropertiesTest.cs) (revision 4659eb9bb2df1376c0c07a33ba21a43ad9996db8) @@ -2015,8 +2015,8 @@ private const int linearFloodedCulvertLevelCrestStructurePropertyIndex = 13; private const int linearFloodedCulvertInsideWaterLevelPropertyIndex = 14; private const int linearFloodedCulvertThresholdHeightOpenWeirPropertyIndex = 15; - private const int linearFloodedCulvertDrainCoefficientPropertyIndex = 16; - private const int linearFloodedCulvertAreaFlowAperturesPropertyIndex = 17; + private const int linearFloodedCulvertAreaFlowAperturesPropertyIndex = 16; + private const int linearFloodedCulvertDrainCoefficientPropertyIndex = 17; private const int linearFloodedCulvertStormDurationPropertyIndex = 18; private const int linearFloodedCulvertFactorStormDurationOpenStructurePropertyIndex = 19; @@ -2114,8 +2114,8 @@ private const int quadraticFloodedCulvertLevelCrestStructurePropertyIndex = 13; private const int quadraticFloodedCulvertInsideWaterLevelPropertyIndex = 14; private const int quadraticFloodedCulvertThresholdHeightOpenWeirPropertyIndex = 15; - private const int quadraticFloodedCulvertDrainCoefficientPropertyIndex = 16; - private const int quadraticFloodedCulvertAreaFlowAperturesPropertyIndex = 17; + private const int quadraticFloodedCulvertAreaFlowAperturesPropertyIndex = 16; + private const int quadraticFloodedCulvertDrainCoefficientPropertyIndex = 17; private const int quadraticFloodedCulvertStormDurationPropertyIndex = 18; private const int quadraticFloodedCulvertFactorStormDurationOpenStructurePropertyIndex = 19;