https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 61d78cfbe3e2bd11f22d1c16bee7a5211493f022 authored by edwards on 16 April 2006, 03:21:10 UTC
Induced changes.
Tip revision: 61d78cf
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