| Home | Trees | Indices | Help |
|
|---|
|
|
1
2 header = """
3 #ifndef SFC_DOF_PTV_IS_INCLUDED
4 #define SFC_DOF_PTV_IS_INCLUDED
5
6 #include "DofT.h"
7 #include "Ptv.h"
8
9 namespace sfc {
10
11 typedef DofT<Ptv> Dof_Ptv;
12
13 }
14
15 #endif
16 """
17
18 implementation = ""
19
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jan 31 03:52:25 2013 | http://epydoc.sourceforge.net |