debug
This commit is contained in:
parent
2469264049
commit
bac6beb204
@ -26,7 +26,7 @@ public interface EventDESystem extends DESystem {
|
|||||||
*
|
*
|
||||||
* @return Returns an array with delays for the change of concentration due to events
|
* @return Returns an array with delays for the change of concentration due to events
|
||||||
*/
|
*/
|
||||||
public List<DESAssignment> processEvents(double t, double Y[], double[] res);
|
public List<DESAssignment> processEvents(double t, double Y[]);
|
||||||
|
|
||||||
public List<DESAssignment> processAssignmentRules(double t, double Y[]);
|
public List<DESAssignment> processAssignmentRules(double t, double Y[]);
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
package eva2.tools.math.des;
|
package eva2.tools.math.des;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
import java.util.ArrayList;
|
|
||||||
|
|
||||||
import eva2.tools.math.Mathematics;
|
import eva2.tools.math.Mathematics;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user