Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E098617A78 for ; Wed, 9 Dec 2015 16:16:46 +0000 (UTC) Received: (qmail 53432 invoked by uid 500); 9 Dec 2015 16:16:42 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 52900 invoked by uid 500); 9 Dec 2015 16:16:42 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 52195 invoked by uid 99); 9 Dec 2015 16:16:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 16:16:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F272AE0B70; Wed, 9 Dec 2015 16:16:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: luc@apache.org To: commits@commons.apache.org Date: Wed, 09 Dec 2015 16:16:46 -0000 Message-Id: In-Reply-To: <5b603929de6a4a73a78793bd0943c4a2@git.apache.org> References: <5b603929de6a4a73a78793bd0943c4a2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/50] [abbrv] [math] Prevent null pointer exception at integration start. Prevent null pointer exception at integration start. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e6c84480 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e6c84480 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/e6c84480 Branch: refs/heads/MATH_3_X Commit: e6c84480c11877073bb77a74e857fcf427409155 Parents: d724f4e Author: Luc Maisonobe Authored: Sun Nov 29 20:20:18 2015 +0100 Committer: Luc Maisonobe Committed: Sun Nov 29 20:20:18 2015 +0100 ---------------------------------------------------------------------- .../math3/ode/sampling/AbstractFieldStepInterpolator.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/e6c84480/src/main/java/org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.java b/src/main/java/org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.java index bb3d722..6692222 100644 --- a/src/main/java/org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.java +++ b/src/main/java/org/apache/commons/math3/ode/sampling/AbstractFieldStepInterpolator.java @@ -160,7 +160,9 @@ public abstract class AbstractFieldStepInterpolator