https://github.com/JeffersonLab/chroma
Raw File
Tip revision: d81611f1299bf6a7112f0155eb5d2e704fa76c10 authored by edwards on 10 February 2005, 03:26:50 UTC
Simple version that writes in scidac format.
Tip revision: d81611f
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