![]() |
00001 // Copyright (C) 2002 Johan Hoffman and Anders Logg. 00002 // Licensed under the GNU GPL Version 2. 00003 00004 #ifndef __GENERAL_H 00005 #define __GENERAL_H 00006 00007 namespace dolfin { 00008 00009 enum Range { all }; 00010 enum Index { first, last }; 00011 00012 } 00013 00014 #endif
Documentation automatically generated with Doxygen on 10 Sep 2004.