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

FunctionPointer.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 __FUNCTION_POINTER_H
00005 #define __FUNCTION_POINTER_H
00006 
00007 #include <dolfin/constants.h>
00008 
00009 namespace dolfin
00010 {
00011   
00012   typedef real (*FunctionPointer) (real, real, real, real);
00013   typedef FunctionPointer function;
00014 
00015 }
00016   
00017 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.