![]() |
00001 // Copyright (C) 2004 Johan Hoffman and Anders Logg. 00002 // Licensed under the GNU GPL Version 2. 00003 00004 #ifndef __INDEX_H 00005 #define __INDEX_H 00006 00007 namespace dolfin 00008 { 00009 00011 00012 class Index 00013 { 00014 public: 00015 00017 Index(); 00018 00020 Index(unsigned int i, unsigned int j); 00021 00023 ~Index(); 00024 00026 unsigned int i, j; 00027 00028 }; 00029 00030 } 00031 00032 #endif
Documentation automatically generated with Doxygen on 10 Sep 2004.