https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 49019d088221036b2fa4108a8cdc3b0243d1796e authored by cpviolator on 26 May 2021, 19:55:26 UTC
add csw param
Tip revision: 49019d0
mainprogs.h
// -*- C++ -*-

/*! \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