From 3eef56df786d1949981a157a3e4ecabe861c52c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20R=C3=89?= <matthieu.re@ensiie.fr> Date: Mon, 10 Oct 2016 19:27:04 +0200 Subject: [PATCH] Update method name --- src/ibea/indicator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibea/indicator.cpp b/src/ibea/indicator.cpp index 33d56b2..d520efa 100644 --- a/src/ibea/indicator.cpp +++ b/src/ibea/indicator.cpp @@ -11,7 +11,7 @@ * @param fb: image of the second vector to compare by f * @returns: the espsilon-indicator */ -double espsilon_indicator(double [][] a, double [][] b, int dim_obj = a[0], int dim_a = 1, int dim_b = 1) { +double epsilon_indicator(double [][] a, double [][] b, int dim_obj = a[0], int dim_a = 1, int dim_b = 1) { int i, j, k; double eps = 0.0, eps_j = 0.0, eps_k=0.0, eps_temp; -- GitLab