[Wsplgen-commits] r108 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jul 29 10:14:57 CEST 2008
Author: mrchip
Date: 2008-07-29 10:14:57 +0200 (Tue, 29 Jul 2008)
New Revision: 108
Modified:
trunk/src/file.cpp
Log:
typ ringdeich eingefuehrt
Modified: trunk/src/file.cpp
===================================================================
--- trunk/src/file.cpp 2008-07-21 21:24:19 UTC (rev 107)
+++ trunk/src/file.cpp 2008-07-29 08:14:57 UTC (rev 108)
@@ -1748,6 +1748,10 @@
{
Typ = "DAMM";
}
+ else if (Typ == "RINGDEICH" || Typ == "Ringdeich" || Typ == "ringdeich")
+ {
+ Typ = "DAMM";
+ }
else if (Typ == "GRABEN" || Typ == "Graben" || Typ == "graben")
{
Typ = "GRABEN";
More information about the Wsplgen-commits
mailing list