https://github.com/JeffersonLab/chroma
Raw File
Tip revision: b96afdcd01ca1e759286afeafbbbd102d141ab7f authored by edwards on 09 October 2003, 21:07:07 UTC
News on 1.0.1
Tip revision: b96afdc
mainprogs.h
// -*- C++ -*-
// $Id: mainprogs.h,v 1.1 2003-04-04 18:09:22 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