From 7e5907eae245fe102033c5e949c78e9394a4b0e1 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Mon, 22 Jul 2002 13:35:11 +0000 Subject: [PATCH] oops, that should teach me to compile before commit --- eo/src/eoNDSorting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoNDSorting.h b/eo/src/eoNDSorting.h index fa4e2981..c6dccbfb 100644 --- a/eo/src/eoNDSorting.h +++ b/eo/src/eoNDSorting.h @@ -176,7 +176,7 @@ private : //declone fronts.back().push_back(index); else // assign it the rank of the previous - ronts[prev_front].push_back(index); + fronts[prev_front].push_back(index); continue; } }