https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 64c05ed607ed34201131089cde0369528f1ee872 authored by bjoo on 06 May 2008, 13:25:23 UTC
Makefile.in
Tip revision: 64c05ed
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