https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 259a0ec2f05cd97032472a7747e9a8d4dc0b828d authored by edwards on 21 August 2004, 01:33:43 UTC
Info on 1.7.1
Tip revision: 259a0ec
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