From 337a2c9eb45f7e11ce690891c1be5c8502ead450 Mon Sep 17 00:00:00 2001 From: torset Date: Wed, 21 Jan 2009 10:52:16 +0000 Subject: change comments --- src/auxiliaryFunctions/find/sfinda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auxiliaryFunctions/find/sfinda.c b/src/auxiliaryFunctions/find/sfinda.c index 79b9cb7f..7916b1fb 100644 --- a/src/auxiliaryFunctions/find/sfinda.c +++ b/src/auxiliaryFunctions/find/sfinda.c @@ -26,7 +26,7 @@ void sfinda(float* x, int size, float* out, int *indiceOut) { (*indiceOut)++; } } - //*indiceOut must be equal to 1 when goes out to display as we want */ + /* (*indiceOut) must be equal to 1 when goes out to display as we want */ *indiceOut=1; } -- cgit