From c2b13e953f7a3dfd43701102d80b3dbbfa54c99a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 6 Apr 2008 07:53:13 +0000 Subject: [PATCH] *** empty log message *** --- Mesh/Field.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp index 8a8139d70d..2315cc8840 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() -- GitLab