https://github.com/JeffersonLab/chroma
Raw File
Tip revision: bf3a8d6dce96b77e404f2cabb1da62ce6a579c8a authored by edwards on 03 March 2006, 07:32:22 UTC
Bug fix - fixed POINT_SINK
Tip revision: bf3a8d6
mainprogs.h
// -*- C++ -*-
// $Id: mainprogs.h,v 2.0 2005-09-25 21:04:45 edwards Exp $

/*! \file
 * \brief Main programs
 *
 * Central include file for main programs using the Chroma library
 */

/*! \defgroup mainprogs Main programs
 *
 * Central include file for main programs using the Chroma library
 */


#ifndef __mainprogs_h__
#define __mainprogs_h__

#include "tests/tests.h"
#include "main/main.h"

#endif


back to top