https://github.com/JeffersonLab/chroma
Raw File
Tip revision: ed61fd683c1a1a91c59dca18cdf1b85c46c4fb21 authored by bjoo on 29 November 2007, 15:11:07 UTC
SLRC Fixed tests
Tip revision: ed61fd6
mainprogs.h
// -*- C++ -*-
// $Id: mainprogs.h,v 3.0 2006-04-03 04:59:13 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