file Core/core_singleton.hpp

[No description available] More…

Namespaces

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

Detailed Description

Author: Pat Scott

Date: 2014 Aug

GAMBIT Core object accessor function.


Authors (add name and date if you modify):


Source code

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

#ifndef __core_singleton_hpp__
#define __core_singleton_hpp__

#include "gambit/Core/core.hpp"


namespace Gambit
{

  /// Core accessor function
  gambit_core& Core();

}


#endif // defined __core_singleton_hpp__

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