Index: DamClients/DamUI/trunk/doc/Differences with previous release.txt =================================================================== diff -u -r1395 -r1413 --- DamClients/DamUI/trunk/doc/Differences with previous release.txt (.../Differences with previous release.txt) (revision 1395) +++ DamClients/DamUI/trunk/doc/Differences with previous release.txt (.../Differences with previous release.txt) (revision 1413) @@ -31,4 +31,7 @@ As must be clear from the issue itself, the actual problem is not with the determination of the pl-line 4 but with the determination of the correct scenario (i.e. Hydraulic Shortcut versus No Hydraulic Shortcut). This was due that in the original dam a mistake was made in the determination of the Location With Lowest UpliftFactor. In that old version, it was assumed that eacht surface line (in RD) is given from left to right but never bothered to check this. So, for surface lines running from right to left (as is the case here) this produced a wrong result. In the new (engine) version this mistake has been corrected by the fact that the engine always uses localised surface lines which always run from left to right. So the engine results are the correct results. MWDAM-1223 -When design was made for piping calculations in combination with DTH adaption the Sf piping was set to '1' if crest was adapted to DTH. Now real safety factor is calculated. \ No newline at end of file +When design was made for piping calculations in combination with DTH adaption the Sf piping was set to '1' if crest was adapted to DTH. Now real safety factor is calculated. + +MWDAM-1227 +As with MWDAM-1219 the real problem is the correct dtermination of the Location With Lowest UpliftFactor. Old DAM uses (wrongly) global surface line whereas the engine uses the correct localised surface line. The efffect here is a different value for xCoordinateLastUpliftPoint which is passed on to the DGSMStabDam.dll which determines the grid. \ No newline at end of file