https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 7f7379d355f60e0dd98ba4c318a13635be81f222 authored by Eloy Romero on 29 December 2022, 15:49:57 UTC
superb: fix missing declaration when using print
Tip revision: 7f7379d
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