Cosmetics (in sync with MK)

This commit is contained in:
Marcel Kronfeld 2010-08-06 11:20:16 +00:00
parent 85732ec88d
commit 8e87ce1720

View File

@ -239,8 +239,8 @@ implements InterfaceOptimizationProblem /*, InterfaceParamControllable*/, Serial
* @return String * @return String
*/ */
public String[] getAdditionalFileStringHeader(PopulationInterface pop) { public String[] getAdditionalFileStringHeader(PopulationInterface pop) {
if (this instanceof InterfaceInterestingHistogram) return new String[]{"Solution","Histogram","Score"}; if (this instanceof InterfaceInterestingHistogram) return new String[]{"solution","histogram","score"};
else return new String[]{"Solution"}; else return new String[]{"solution"};
} }
/** This method returns the header for the additional data that is to be written into a file /** This method returns the header for the additional data that is to be written into a file