Skip to content

File exceptions.h

File List > abstractmodel > exceptions.h

Go to the documentation of this file

#ifndef TEMPLAT_COSMOINTERFACE_ABSTRACTMODEL_EXCEPTIONS_H
#define TEMPLAT_COSMOINTERFACE_ABSTRACTMODEL_EXCEPTIONS_H

/* This file is part of CosmoLattice, available at www.cosmolattice.net .
   Copyright Daniel G. Figueroa, Adrien Florio, Francisco Torrenti and Wessel Valkenburg.
   Released under the MIT license, see LICENSE.md. */

// File info: Main contributor(s): Daniel G. Figueroa, Adrien Florio, Francisco Torrenti,  Year: 2019

#include "TempLat/util/exception.h"

namespace TempLat {

MakeException(PotentialDerivativeNotDefined);

} // namespace TempLat

#endif