00001 // -*- C++ -*- 00002 // $Id: actions.h,v 3.0 2006/04/03 04:58:44 edwards Exp $ 00003 00004 /*! \file 00005 * \brief Include all files related to actions 00006 * 00007 * Central include file for all action support 00008 */ 00009 00010 /*! \defgroup actions Support for gauge and fermion actions 00011 * \ingroup lib 00012 * 00013 * Support for construction of linear operators operators including 00014 * fermion/dirac operators, inverters, improved gauge actions, 00015 * and quark propagators. 00016 */ 00017 00018 #ifndef __actions_h__ 00019 #define __actions_h__ 00020 00021 #include "boson/boson.h" 00022 #include "ferm/ferm.h" 00023 #include "gauge/gauge.h" 00024 00025 #endif 00026 00027
1.4.7