https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 2345f6c696bd12e460d692ac91bdba3e0b2a80bc authored by Frank Winter on 22 August 2020, 23:23:05 UTC
Fixed a timer issue
Tip revision: 2345f6c
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