[Mpuls-commits] r939 - wasko/branches/2.0/waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jan 27 10:59:55 CET 2010
Author: torsten
Date: 2010-01-27 10:59:54 +0100 (Wed, 27 Jan 2010)
New Revision: 939
Modified:
wasko/branches/2.0/waskaweb/lib/helpers.py
Log:
Added TODO comment for phase related functions.
Modified: wasko/branches/2.0/waskaweb/lib/helpers.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/helpers.py 2010-01-27 09:45:41 UTC (rev 938)
+++ wasko/branches/2.0/waskaweb/lib/helpers.py 2010-01-27 09:59:54 UTC (rev 939)
@@ -231,6 +231,11 @@
# Phases helpers. Used in evaluation
+# TODO: The functions are currently only used in lib.evaluation and are
+# basically a copy of those functions in model/phase_transition.py with the
+# difference that these function load phases from g.mpuls. The longterm
+# solution would be to transfer phase functionality into the libformed.
+
def get_phasesuccessors(p):
#p = int(p)
phasesuc = []
More information about the Mpuls-commits
mailing list