From a2bb22ce2f9e1d54ff0c426e7454c05841dd7b2d Mon Sep 17 00:00:00 2001 From: Martin Beseda <martin.beseda@vsb.cz> Date: Wed, 9 Jan 2019 16:33:39 +0100 Subject: [PATCH] ENH: Improved formatting of the code. --- src/ErrorFunction/ErrorFunctions.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ErrorFunction/ErrorFunctions.cpp b/src/ErrorFunction/ErrorFunctions.cpp index e91bc5e7..a0764cf3 100644 --- a/src/ErrorFunction/ErrorFunctions.cpp +++ b/src/ErrorFunction/ErrorFunctions.cpp @@ -113,9 +113,9 @@ namespace lib4neuro { //TODO instead use something smarter std::vector<double> output(dim_out); - COUT_DEBUG( - "Evaluation of the error function MSE on the given data-set (format 'data-set element index' 'input' 'real output' 'predicted output'):" - << std::endl); + COUT_DEBUG("Evaluation of the error function MSE on the given data-set (format 'data-set element index' 'input'" + " 'real output' 'predicted output'):" + << std::endl); *results_file_path << "[Data-set element index] [Input] [Real output] [Predicted output]" << std::endl; -- GitLab