file src/equivalency_singleton.cpp
[No description available] More…
Namespaces
Name |
---|
Gambit TODO: see if we can use this one: |
Gambit::Utils |
Detailed Description
Author: Pat Scott
Date: 2014 Oct
GAMBIT type equivalency object accessor function.
Authors (add name and date if you modify):
Source code
// GAMBIT: Global and Modular BSM Inference Tool
// *********************************************
/// \file
///
/// GAMBIT type equivalency object accessor function.
///
/// *********************************************
///
/// Authors (add name and date if you modify):
///
/// \author Pat Scott
/// \date 2014 Oct
///
/// *********************************************
#include "gambit/Elements/equivalency_singleton.hpp"
namespace Gambit
{
namespace Utils
{
/// Type equivalency accessor function
type_equivalency& typeEquivalencies()
{
static type_equivalency local;
return local;
}
}
}
Updated on 2024-07-18 at 13:53:34 +0000