![]() |
00001 // Copyright (C) 2002 Johan Hoffman and Anders Logg. 00002 // Licensed under the GNU GPL Version 2. 00003 00004 #ifndef __VFUNCTION_POINTER_H 00005 #define __VFUNCTION_POINTER_H 00006 00007 #include <dolfin/constants.h> 00008 00009 namespace dolfin 00010 { 00011 00012 typedef real (*VFunctionPointer) (real, real, real, real, int); 00013 typedef VFunctionPointer vfunction; 00014 00015 } 00016 00017 #endif
Documentation automatically generated with Doxygen on 10 Sep 2004.