diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp
index 8a8139d70d55b09da9888216d066da306ac7b07d..2315cc884065fa24fb24b43a7c53983f000bc18a 100644
--- a/Mesh/Field.cpp
+++ b/Mesh/Field.cpp
@@ -1,4 +1,4 @@
-// $Id: Field.cpp,v 1.27 2008-04-06 02:33:53 remacle Exp $
+// $Id: Field.cpp,v 1.28 2008-04-06 07:53:13 geuzaine Exp $
 //
 // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 //
@@ -790,7 +790,7 @@ public:int view_index;
          }
        */
     }
-    //if(l <= 0) return MAX_LC;
+    if(l <= 0) return MAX_LC;
     return l;
   }
   const char *get_name()