file Elements/terminator.hpp

[No description available] More…

Namespaces

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

Detailed Description

Author: Pat Scott

Date: 2014 Apr

Garbage collection of last resort.


Authors (add name and date if you modify):


Source code

//   GAMBIT: Global and Modular BSM Inference Tool
//   *********************************************
///  \file
///
///  Garbage collection of last resort.
///
///  *********************************************
///
///  Authors (add name and date if you modify):
///   
///  \author Pat Scott
///  \date 2014 Apr
///
///  *********************************************

#ifndef __terminator_hpp__
#define __terminator_hpp__

#include <iostream>

namespace Gambit
{
  void terminator();
}

#endif //#def __terminator_hpp__

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