[Wsplgen-commits] r70 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Oct 19 21:41:11 CEST 2006
Author: mrchip
Date: 2006-10-19 21:41:11 +0200 (Thu, 19 Oct 2006)
New Revision: 70
Modified:
trunk/src/file.cpp
Log:
Die Fehlernummer 3117 wurde nachgetragen.
Modified: trunk/src/file.cpp
===================================================================
--- trunk/src/file.cpp 2006-10-19 19:26:53 UTC (rev 69)
+++ trunk/src/file.cpp 2006-10-19 19:41:11 UTC (rev 70)
@@ -1327,7 +1327,7 @@
double Y = 0.0;
if (Calc2Schnitt(VP1->X, VP1->Y, VP2->X, VP2->Y, NP1->X, NP1->Y, NP2->X, NP2->Y, &X, &Y))
{
- write_warning(1111, "Die Profile %d unf %d schneiden sich bei (%.2f, %.2f)\n", VorProfil->Station / 1000, NachProfil->Station / 1000, X, Y);
+ write_warning(3117, "Die Profile %d unf %d schneiden sich bei (%.2f, %.2f)\n", VorProfil->Station / 1000, NachProfil->Station / 1000, X, Y);
}
k++;
}
More information about the Wsplgen-commits
mailing list