https://github.com/JeffersonLab/chroma
Raw File
Tip revision: a900d51b25be9fd8cd879646f9ee2d7f7d7fd0d6 authored by edwards on 11 June 2006, 20:28:13 UTC
Commented out first constructor, now save the EO/Prec linop that is passed
Tip revision: a900d51
mainprogs.h
// -*- C++ -*-
// $Id: mainprogs.h,v 3.0 2006-04-03 04:59:13 edwards Exp $

/*! \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