From 90b4217e20af48e08352bdd6b478e7a8c59ee035 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 7 Aug 2014 14:06:11 +0200 Subject: nlpsolver: Use System.arraycopy Change-Id: I2550bf0799bd5ebc7f6ff299752fa90b7a31674d Reviewed-on: https://gerrit.libreoffice.org/10806 Reviewed-by: David Tardon Tested-by: David Tardon --- .../EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java | 4 +--- .../EvolutionarySolver/src/net/adaptivebox/space/DesignSpace.java | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'nlpsolver/ThirdParty') diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java index 0085ff7e481e..c33d6490b4be 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java @@ -42,9 +42,7 @@ public class SearchPoint extends BasicPoint implements IEncodeEngine { } private void importEncodeInfo(double[] info) { - for(int i=0; i