file src/backend_singleton.cpp

[No description available] More…

Namespaces

Name
Gambit
TODO: see if we can use this one:
Gambit::Backends

Detailed Description

Author: Pat Scott

Date: 2014 Aug

GAMBIT backend info object accessor function.


Authors (add name and date if you modify):


Source code

//   GAMBIT: Global and Modular BSM Inference Tool
//   *********************************************
///  \file
///
///  GAMBIT backend info object accessor function.
///
///  *********************************************
///
///  Authors (add name and date if you modify):
///   
///  \author Pat Scott
///  \date 2014 Aug
///
///  *********************************************

#include "gambit/Backends/backend_singleton.hpp"


namespace Gambit
{

  namespace Backends
  {

    /// Backend info accessor function
    backend_info& backendInfo()
    {
      static backend_info local;
      return local;
    }

  }

}

Updated on 2023-06-26 at 21:36:58 +0000