gambit is hosted by Hepforge, IPPP Durham
GAMBIT  v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool
scanner_utils.cpp
Go to the documentation of this file.
1 // GAMBIT: Global and Modular BSM Inference Tool
2 // *********************************************
18 
20 
21 namespace Gambit
22 {
23 
24  namespace Scanner
25  {
26 
29  {
30  static error local("A problem has been raised by ScannerBit.","scan_error", LogTags::scanner);
31  return local;
32  }
33 
36  {
37  static warning local("A problem has been raised by ScannerBit.","scan_warning", LogTags::scanner);
38  return local;
39  }
40 
41  }
42 
43 }
GAMBIT warning class.
Definition: exceptions.hpp:165
GAMBIT error class.
Definition: exceptions.hpp:136
Utility Functions for the Gambit Scanner.
EXPORT_SYMBOLS warning & scan_warning()
Scanner warnings.
EXPORT_SYMBOLS error & scan_error()
Scanner errors.
TODO: see if we can use this one:
Definition: Analysis.hpp:33