file backend_types/nulike.hpp
[No description available] More…
Namespaces
Name |
---|
Gambit TODO: see if we can use this one: |
Detailed Description
Author: Pat Scott p.scott@imperial.ac.uk
Date: 2015 Aug
Helper types for nulike backend.
Authors (add name and date if you modify):
Source code
// GAMBIT: Global and Modular BSM Inference Tool
// *********************************************
/// \file
///
/// Helper types for nulike backend.
///
/// *********************************************
///
/// Authors (add name and date if you modify):
///
/// \author Pat Scott
/// p.scott@imperial.ac.uk
/// \date 2015 Aug
///
/// *************************
#ifndef __nulike_types_hpp__
#define __nulike_types_hpp__
namespace Gambit
{
// Neutrino yield function signature
typedef double(*nuyield_function_pointer)(const double&, const int&, void*&);
}
#endif /* defined __nulike_types_hpp__ */
Updated on 2024-07-18 at 13:53:35 +0000