Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

meminfo.h

Go to the documentation of this file.
00001 // Copyright (C) 2002 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 
00004 // This probably works only under Linux.
00005 
00006 #ifndef __MEMINFO_H
00007 #define __MEMINFO_H
00008 
00009 namespace dolfin {
00010   
00011   void meminfo();
00012   
00013 }
00014 
00015 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.