https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 8c687f03aea45fc7d0646c66ba6724500f684d04 authored by edwards on 03 February 2005, 04:01:26 UTC
Induced changes.
Tip revision: 8c687f0
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