Package sfc :: Package dofcode :: Module Dof_Ptv
[hide private]
[frames] | no frames]

Source Code for Module sfc.dofcode.Dof_Ptv

 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