fixed checkstyle errors

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@783114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-06-09 19:43:55 +00:00
parent a70c0de4a2
commit ed2301fb81
2 changed files with 1 additions and 1 deletions

View File

@ -157,6 +157,7 @@ public abstract class AbstractIntegrator implements FirstOrderIntegrator {
}
/** Set the differential equations.
* @param equations differential equations to integrate
* @see #computeDerivatives(double, double[], double[])
*/
protected void setEquations(final FirstOrderDifferentialEquations equations) {

View File

@ -114,7 +114,6 @@ public abstract class MultistepIntegrator extends AbstractIntegrator {
* @param n number of steps to store
* @param h signed step size to use for the first steps
* @param manager discrete events manager to use
* @param equations differential equations to integrate
* @param t0 initial time
* @param y state vector: contains the initial value of the state vector at t0,
* will be used to put the state vector at each successful step and hence