https://github.com/JeffersonLab/chroma
Raw File
Tip revision: fa2f4b9a5424795b0a254fe9cf41d343c9b4b342 authored by Balint Joo on 04 May 2018, 17:41:20 UTC
Updated License to 2018 Jefferson Lab License
Tip revision: fa2f4b9
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