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

timeinfo.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 #ifndef __TIMEINFO_H
00005 #define __TIMEINFO_H
00006 
00007 #include <dolfin/constants.h>
00008 
00009 namespace dolfin {
00010 
00012   const char* date();
00013 
00015   void tic();
00016 
00018   real toc();
00019 
00021   real tocd();
00022 
00023 }
00024 
00025 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.