https://github.com/JeffersonLab/chroma
Raw File
Tip revision: d1a8317460bd97b7b721f74af6777bbd342f8d93 authored by edwards on 14 July 2009, 18:41:00 UTC
Induced changes
Tip revision: d1a8317
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