[Erp5-report] r33952 jp - /erp5/trunk/products/ERP5/Document/SolverTypeInformation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 22 15:37:06 CET 2010


Author: jp
Date: Mon Mar 22 15:37:06 2010
New Revision: 33952

URL: http://svn.erp5.org?rev=33952&view=rev
Log:
Experimental Commit for K

Modified:
    erp5/trunk/products/ERP5/Document/SolverTypeInformation.py

Modified: erp5/trunk/products/ERP5/Document/SolverTypeInformation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/SolverTypeInformation.py?rev=33952&r1=33951&r2=33952&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SolverTypeInformation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/SolverTypeInformation.py [utf8] Mon Mar 22 15:37:06 2010
@@ -68,7 +68,7 @@
     if method is not None:
       return method(movement, configuration_dict, other_configuration_list)
 
-    # Default Implementation
+    # Default Implementation (use categories and trivial case)
     for solver_type, configuration_dict in other_configuration_list:
       if solver.getTestedProperty() == self.getTestedProperty():
         return True




More information about the Erp5-report mailing list