SyFi 0.3
|
00001 // Copyright (C) 2006-2009 Kent-Andre Mardal and Simula Research Laboratory. 00002 // Licensed under the GNU GPL Version 2, or (at your option) any later version. 00003 00004 #ifndef DOF_PTV_IS_INCLUDED 00005 #define DOF_PTV_IS_INCLUDED 00006 00007 #include "DofT.h" 00008 #include "Ptv.h" 00009 00010 typedef DofT<Ptv,Ptv_is_less> Dof_Ptv; 00011 #endif