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 Mon Jun 11 11:34:33 2012 | http://epydoc.sourceforge.net |