Author: luc Date: Sun May 31 22:14:31 2009 New Revision: 780518 URL: http://svn.apache.org/viewvc?rev=780518&view=rev Log: added an error message for Adams-Bashforth and Adams-Moulton integrators
Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java?rev=780518&r1=780517&r2=780518&view=diff ============================================================================== --- commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java (original) +++ commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java Sun May 31 22:14:31 2009 @@ -275,6 +275,10 @@ { "too small integration interval: length = {0}", "intervalle d''int\u00e9gration trop petit : {0}" }, + // org.apache.commons.math.ode.nonstiff.AdamsIntegrator + { "{0} is supported only for orders 2 or more", + "la m\u00e9thode {0} n''est disponible que pour les ordres 2 ou plus" }, + // org.apache.commons.math.ode.stiff.BDFIntegrator { "unsupported order {0} for BDF methods, must be between {1} and {2}", "ordre {0} non support\u00e9 pour les m\u00e9thodes BDF, doit \u00eatre entre {1} et {2}" },