https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 91c587d8bf8110d8c93bc0f7c55f549a822fc1b8 authored by Robert Edwards on 24 July 2023, 18:00:21 UTC
Changed names of a0_2 to b0 in the chroma_gamma_matrices.
Tip revision: 91c587d
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