https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 72e0ac4e04021de098fd23406d228f8bed1d4593 authored by Eloy Romero on 11 December 2023, 17:34:14 UTC
superb: fix generating genprop keys with negative t_slice value
Tip revision: 72e0ac4
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