From 8e87ce172025a405f5a139c113a491c0d9ad2b53 Mon Sep 17 00:00:00 2001 From: Marcel Kronfeld Date: Fri, 6 Aug 2010 11:20:16 +0000 Subject: [PATCH] Cosmetics (in sync with MK) --- src/eva2/server/go/problems/AbstractOptimizationProblem.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eva2/server/go/problems/AbstractOptimizationProblem.java b/src/eva2/server/go/problems/AbstractOptimizationProblem.java index d98b5b65..a912204a 100644 --- a/src/eva2/server/go/problems/AbstractOptimizationProblem.java +++ b/src/eva2/server/go/problems/AbstractOptimizationProblem.java @@ -239,8 +239,8 @@ implements InterfaceOptimizationProblem /*, InterfaceParamControllable*/, Serial * @return String */ public String[] getAdditionalFileStringHeader(PopulationInterface pop) { - if (this instanceof InterfaceInterestingHistogram) return new String[]{"Solution","Histogram","Score"}; - else return new String[]{"Solution"}; + if (this instanceof InterfaceInterestingHistogram) return new String[]{"solution","histogram","score"}; + else return new String[]{"solution"}; } /** This method returns the header for the additional data that is to be written into a file